Skip to content

Commit

Permalink
fix(CI): Grant contents write permission to job
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Rajawat <[email protected]>
  • Loading branch information
anurag-rajawat authored and VedRatan committed Oct 3, 2024
1 parent a969d43 commit eacf68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
needs: [ release-nimbus-image, release-adapters-image ]
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down

0 comments on commit eacf68b

Please sign in to comment.