Skip to content

Commit

Permalink
revert back to correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamink authored Oct 1, 2024
1 parent 3bf8470 commit 4781b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
needs: tagged-release
runs-on: ubuntu-latest

permissions: write-all
#contents: write # for commenting on your commit
#pull-requests: write # for commenting on your pr
permissions:
contents: write # for commenting on your commit
pull-requests: write # for commenting on your pr
steps:
- uses: beni69/artifact-link@v1
with:
Expand Down

0 comments on commit 4781b5c

Please sign in to comment.