Skip to content

Commit

Permalink
Fix 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 388ba53 commit 1a00d4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ on: # yamllint disable-line rule:truthy
tags:
- "**"

permissions:
packages: write
jobs:
release:
permissions:
packages: write
name: "Release"

runs-on: "ubuntu-latest"

steps:
Expand Down

0 comments on commit 1a00d4d

Please sign in to comment.