Skip to content

Commit

Permalink
Add write contents permissions to release job so github actions bot c…
Browse files Browse the repository at this point in the history
…an create new release (#102)
  • Loading branch information
katybaulch authored Mar 19, 2024
1 parent eb3ac92 commit 7ee3a03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:

release:
needs: tag
permissions:
contents: write
uses: climatepolicyradar/reusable-workflows/.github/workflows/release.yml@main
with:
new_tag: ${{ needs.tag.outputs.new_tag }}

0 comments on commit 7ee3a03

Please sign in to comment.