Skip to content

Commit

Permalink
Merge pull request #580 from OpenTrafficCam/bug/6739-release-workflow…
Browse files Browse the repository at this point in the history
…-has-no-permission-to-create-release

Bug/6739 release workflow has no permission to create release
  • Loading branch information
briemla authored Dec 12, 2024
2 parents 1dbdf5e + 7061663 commit c08671c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: './.github/workflows/regression-test.yml'
secrets: inherit
create_nightly:
permissions:
contents: write
needs:
- test
- regression-test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: './.github/workflows/regression-test.yml'
secrets: inherit
create_release:
permissions:
contents: write
needs:
- test
- regression-test
Expand Down

0 comments on commit c08671c

Please sign in to comment.