Skip to content

Commit

Permalink
ci(release): Map GITHUB_TOKEN to GITHUB_API_TOKEN for craft (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Dec 17, 2020
1 parent eb962cf commit bf67a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
fetch-depth: 0
- name: Craft Prepare
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
env:
GITHUB_API_TOKEN: $${ github.token }
- name: Request publish
if: success()
uses: actions/github-script@v3
Expand Down

0 comments on commit bf67a00

Please sign in to comment.