Skip to content

Commit

Permalink
Add permissions to github pipeline job
Browse files Browse the repository at this point in the history
  • Loading branch information
egonbraun committed Jun 12, 2024
1 parent ae82513 commit e2a6419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
needs: ci
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
permissions:
id-token: write
attestations: write
contents: read
id-token: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e2a6419

Please sign in to comment.