Skip to content

Commit

Permalink
πŸ›πŸ”§πŸ‘· Explain contents privilege in CI/CD
Browse files Browse the repository at this point in the history
This is needed for the GitHub Release creation to work.
  • Loading branch information
webknjaz committed Jul 7, 2023
1 parent 726be37 commit 9c8ed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

permissions:
contents: write
contents: write # IMPORTANT: mandatory for making GitHub Releases
id-token: write # IMPORTANT: mandatory for trusted publishing & sigstore

environment:
Expand Down

0 comments on commit 9c8ed88

Please sign in to comment.