Skip to content

Commit

Permalink
Merge pull request #9 from scandalouslettuce/update-release-job-permi…
Browse files Browse the repository at this point in the history
…ssions

Add write permission to the release-job
  • Loading branch information
kdastephens authored Nov 15, 2024
2 parents 4885185 + 4ba5e17 commit 25325c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kics-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

release-job:
needs: kics-job
permissions:
contents: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 25325c4

Please sign in to comment.