Skip to content

Commit

Permalink
Merge pull request #955 from hey-api/ci/release-permissions
Browse files Browse the repository at this point in the history
ci: fix permissions for changeset
  • Loading branch information
mrlubos authored Aug 18, 2024
2 parents 7d79642 + 4453d99 commit 399f3e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
- main

permissions:
contents: write
id-token: write
issues: write
packages: write
pull-requests: write

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 399f3e3

Please sign in to comment.