Skip to content

Commit

Permalink
Update rust-ci.yml (#1790)
Browse files Browse the repository at this point in the history
modified bot permissions
  • Loading branch information
ERLindeman committed Sep 13, 2024
1 parent cbcd0e5 commit db871cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
pull-requests: write
issues: write
actions: write
security-events: write


steps:
- name: Generate GitHub App Token
Expand Down Expand Up @@ -85,4 +87,5 @@ jobs:
if: steps.changes.outputs.changes == 'false'
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ steps.generate_token.outputs.token }}

0 comments on commit db871cd

Please sign in to comment.