Skip to content

Commit

Permalink
Add explicit write permission to build_rocks job
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Oct 20, 2023
1 parent 98e9612 commit 2b420ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_rocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
build-rocks:
name: Build rock
runs-on: ${{ inputs.runs-on }}
permissions:
contents: read
packages: write
needs: [get-rocks]
if: ${{ needs.get-rocks.outputs.rock-paths != '[]' }}
strategy:
Expand Down

0 comments on commit 2b420ca

Please sign in to comment.