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

Commit

Permalink
Merge pull request #23 from xmartlabs/chore/improve_release_token
Browse files Browse the repository at this point in the history
fix(:bug:): improve token handling
  • Loading branch information
nicoache1 authored Nov 4, 2022
2 parents 9267480 + e1a3147 commit a2bcb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -22,6 +22,6 @@ jobs:
run: yarn install --immutable --immutable-cache --check-cache
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit a2bcb94

Please sign in to comment.