Skip to content

Commit

Permalink
fix(build): Use a different token
Browse files Browse the repository at this point in the history
  • Loading branch information
jegj committed Jan 25, 2022
1 parent bdabdd9 commit 8437b2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
name: Semantic release
runs-on: 'ubuntu-latest'
needs: [lint, tests]
environment: production
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
Expand All @@ -54,5 +53,5 @@ jobs:
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8437b2d

Please sign in to comment.