Skip to content

Commit

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

permissions:
contents: write # for commenting on your commit
pull-requests: write # for commenting on your pr
actions: read
permissions: write-all
#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 3bf8470

Please sign in to comment.