Skip to content

Commit

Permalink
fix(ci): set secret for develop publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Nov 26, 2021
1 parent 1dda4a9 commit 97f94c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: github.ref == 'refs/heads/develop'
uses: codfish/semantic-release-action@v1
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.SECRET_NAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Deploy on master branch
Expand Down

0 comments on commit 97f94c8

Please sign in to comment.