Skip to content

Commit 4781b5c

Browse files
authored
revert back to correct permissions
1 parent 3bf8470 commit 4781b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
needs: tagged-release
8787
runs-on: ubuntu-latest
8888

89-
permissions: write-all
90-
#contents: write # for commenting on your commit
91-
#pull-requests: write # for commenting on your pr
89+
permissions:
90+
contents: write # for commenting on your commit
91+
pull-requests: write # for commenting on your pr
9292
steps:
9393
- uses: beni69/artifact-link@v1
9494
with:

0 commit comments

Comments
 (0)