Skip to content

Commit

Permalink
chore: fix cd token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Jan 2, 2025
1 parent 1b19774 commit 7559e9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:

permissions:
id-token: write # Required by Akeyless
contents: read
contents: write
issues: write
packages: read
pull-requests: write

concurrency:
group: ${{ github.ref }}-cd
Expand Down

0 comments on commit 7559e9b

Please sign in to comment.