Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
spalberg committed Dec 3, 2024
1 parent e70666b commit d93be47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
jobs:
checks:
uses: ./.github/workflows/checks.yaml
permissions:
checks: write
pull-requests: write

release:
runs-on: ubuntu-latest
Expand All @@ -36,5 +39,4 @@ jobs:
uses: ./.github/workflows/publish.yaml
needs: release
permissions:
contents: read
id-token: write

0 comments on commit d93be47

Please sign in to comment.