Skip to content

Commit

Permalink
fix: permissions in test-release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: jmeridth <jmeridth@gmail.com>
  • Loading branch information
jmeridth committed Jan 3, 2025
1 parent d23c432 commit 53a9c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
release:
permissions:
contents: read
packages: write
contents: write
pull-requests: read
uses: ./.github/workflows/release.yaml
with:
publish: true
Expand Down

0 comments on commit 53a9c80

Please sign in to comment.