Skip to content

Commit

Permalink
chore(ci): try fix GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
tgallacher committed Sep 19, 2020
1 parent f4626ff commit 12e3998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
- name: Semantic release
run: yarn semantic-release
env:
NPM_TOKEN: secrets.NPM_TOKEN
GH_TOKEN: secrets.GH_TOKEN
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 12e3998

Please sign in to comment.