Skip to content

Commit 606f0af

Browse files
authored
ci: change permission for compare to work with forks
1 parent 826e089 commit 606f0af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/size.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ jobs:
7272
compare:
7373
runs-on: ubuntu-latest
7474
needs: [build-base, build-head]
75-
permissions: write-all # testing if it fix for forks
75+
permissions:
76+
contents: write
77+
pull-requests: write
78+
repository-projects: write
7679
strategy:
7780
matrix:
7881
package: [nuxi, nuxt-cli, create-nuxt-app]

0 commit comments

Comments
 (0)