Skip to content

Commit

Permalink
ci(release): use OCTOKITBOT_PAT (#127)
Browse files Browse the repository at this point in the history
closes #126
  • Loading branch information
gr2m authored Jul 8, 2022
1 parent 55c7773 commit a676c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GR2M_PAT_FOR_SEMANTIC_RELEASE }}
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
- run: >-
git push
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit a676c94

Please sign in to comment.