Skip to content

Commit

Permalink
fix(Release): Use other token so that github executes a release event…
Browse files Browse the repository at this point in the history
… and triggers the python package upload
  • Loading branch information
marvin-w committed Apr 27, 2022
1 parent a597816 commit e0cd98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
npm ci
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}

0 comments on commit e0cd98f

Please sign in to comment.