There was an error while loading. Please reload this page.
2 parents 0edf8db + e6e0de1 commit b03e50eCopy full SHA for b03e50e
1 file changed
.github/workflows/publish.yml
@@ -28,8 +28,10 @@ jobs:
28
if: ${{ github.ref == 'refs/heads/main' }}
29
needs: [ quality ]
30
permissions:
31
- contents: read
32
- id-token: write # ← required for OIDC trusted publishing
+ contents: write # semantic-release needs to push version tags back to main
+ issues: write # semantic-release comments on GitHub issues
33
+ pull-requests: write # semantic-release comments on PRs
34
+ id-token: write # OIDC trusted publishing
35
steps:
36
- uses: actions/checkout@v4
37
- name: Use Node.js (LTS)
0 commit comments