Skip to content

Commit

Permalink
Add write-all permissions to Build tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 11, 2024
1 parent e086a83 commit 243e4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
name: Build tests
runs-on: ubuntu-latest
needs: tfsec
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 243e4d2

Please sign in to comment.