Skip to content

Commit

Permalink
ci: fix github tokens to allow commits by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amclin committed Mar 12, 2021
1 parent 7d3f174 commit c958703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: 12
- run: npm ci
- name: Semantic Release
uses: cycjimmy/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# publish-gpr:
Expand Down

0 comments on commit c958703

Please sign in to comment.