Skip to content

Commit

Permalink
fix(release): use OCTOKITBOT_PAT as GITHUB_TOKEN (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jul 9, 2022
1 parent 589572b commit 92d8e64
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 @@ -18,7 +18,7 @@ jobs:
- run: rm .gitignore
- 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 92d8e64

Please sign in to comment.