Skip to content

Commit e6face5

Browse files
committed
fix token permissions
1 parent 1f4a1cd commit e6face5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dist-files-size-diff.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ on:
1010
jobs:
1111
dist-files-size-diff:
1212
runs-on: ubuntu-latest
13-
permissions:
14-
contents: write
15-
pull-requests: write # for marocchino/sticky-pull-request-comment@v2
16-
13+
permissions: write-all
14+
1715
steps:
1816
- name: Configure git
1917
run: |

0 commit comments

Comments
 (0)