Skip to content

Commit

Permalink
ci: set global perms in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Jul 11, 2024
1 parent cba2271 commit 21b908e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
- main
- '[0-9]+.[0-9]+.x'

permissions:
contents: write
id-token: write
packages: write
pull-requests: write

jobs:
call-release:
uses: validator-labs/workflows/.github/workflows/release.yaml@main
permissions:
contents: write
id-token: write
packages: write
pull-requests: write
secrets: inherit

haul:
Expand Down

0 comments on commit 21b908e

Please sign in to comment.