Skip to content

Commit

Permalink
Add write contents permissions to tag job so github actions bot can c…
Browse files Browse the repository at this point in the history
…reate and push git tag (#101)
  • Loading branch information
katybaulch authored Mar 19, 2024
1 parent f5d9b31 commit eb3ac92
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 @@ -104,6 +104,8 @@ jobs:

tag:
needs: build
permissions:
contents: write
uses: climatepolicyradar/reusable-workflows/.github/workflows/tag.yml@main
with:
repo-name: navigator-admin-backend
Expand Down

0 comments on commit eb3ac92

Please sign in to comment.