Skip to content

Commit bf67a00

Browse files
authored
ci(release): Map GITHUB_TOKEN to GITHUB_API_TOKEN for craft (getsentry#3131)
1 parent eb962cf commit bf67a00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
fetch-depth: 0
2525
- name: Craft Prepare
2626
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
27+
env:
28+
GITHUB_API_TOKEN: $${ github.token }
2729
- name: Request publish
2830
if: success()
2931
uses: actions/github-script@v3

0 commit comments

Comments
 (0)