Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #612 from amclin/fix/github-actions-for-cicd
Browse files Browse the repository at this point in the history
ci: switch to github personal access token to allow pushes without checks
  • Loading branch information
amclin committed Jan 28, 2021
2 parents 7c1923d + 4f0a2ec commit f932a9f
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 @@ -31,7 +31,7 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# publish-gpr:
Expand Down

0 comments on commit f932a9f

Please sign in to comment.