Skip to content

Commit

Permalink
ci: grant permission to release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Feb 28, 2025
1 parent 401968d commit 434e2f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ jobs:
with:
nightly: true
secrets: inherit
permissions:
contents: read
packages: write
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jobs:
name: Release
uses: ./.github/workflows/reusable-release.yaml
secrets: inherit
permissions:
contents: read
packages: write

0 comments on commit 434e2f2

Please sign in to comment.