Skip to content

Commit

Permalink
fix: inherit write perms for release workflow (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 17, 2024
1 parent adddf14 commit c0fbd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
test:
permissions:
contents: write
secrets: inherit
uses: ./.github/workflows/release-tests.yaml

push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
test:
permissions:
contents: write
secrets: inherit
uses: ./.github/workflows/release-tests.yaml

push:
Expand Down

0 comments on commit c0fbd21

Please sign in to comment.