Skip to content

Commit

Permalink
add use permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cahity committed Nov 28, 2024
1 parent bfc76dc commit c4d9d3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ permissions:
jobs:
run_test_suite:
uses: ./.github/workflows/test.yml
permissions:
contents: read

run_bandit:
uses: ./.github/workflows/bandit.yml
secrets: inherit
permissions:
contents: read
security-events: write
actions: read

release-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4d9d3e

Please sign in to comment.