Skip to content

Commit

Permalink
fix: permissions in nightly release (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 17, 2024
1 parent 419dd8e commit 81dfe98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permissions:

jobs:
test:
permissions:
contents: write
uses: ./.github/workflows/release-tests.yaml

push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
test:
permissions:
contents: write
uses: ./.github/workflows/release-tests.yaml

push:
Expand Down

0 comments on commit 81dfe98

Please sign in to comment.