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.
GITHUB_TOKEN
GITHUB_API_TOKEN
1 parent eb962cf commit bf67a00Copy full SHA for bf67a00
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
fetch-depth: 0
25
- name: Craft Prepare
26
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
27
+ env:
28
+ GITHUB_API_TOKEN: $${ github.token }
29
- name: Request publish
30
if: success()
31
uses: actions/github-script@v3
0 commit comments