Skip to content

Commit

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

permissions:
contents: write # for commenting on your commit
pull-requests: write # for commenting on your pr
contents: write # for commenting on your commit
pull-requests: write # for commenting on your pr
actions: read
steps:
- uses: beni69/artifact-link@v1
with:
token: ${{ github.token }}
token: ${{ github.token }}

0 comments on commit 62bdd84

Please sign in to comment.