We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5b7a0 commit 42b1ab1Copy full SHA for 42b1ab1
.github/workflows/pr.yml
@@ -26,6 +26,10 @@ jobs:
26
npmToken: ${{ secrets.NPM_TOKEN }}
27
28
release-candidate:
29
+ permissions:
30
+ contents: write
31
+ id-token: write
32
+ packages: write
33
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
34
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
35
with:
0 commit comments