Skip to content

Commit

Permalink
Add write-all permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed May 11, 2023
1 parent 1a00d4d commit 5ab2782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on: # yamllint disable-line rule:truthy
tags:
- "**"

permissions:
packages: write
permissions: write-all
jobs:
release:
permissions: write-all
name: "Release"
runs-on: "ubuntu-latest"

Expand Down

0 comments on commit 5ab2782

Please sign in to comment.