Skip to content

Commit

Permalink
ci: update permissions for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmdm committed Jan 20, 2025
1 parent 1aa806e commit b0de12a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ on:
jobs:
build-and-release:
permissions:
packages: write
contents: write
packages: write
attestations: write
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b0de12a

Please sign in to comment.