Skip to content

Commit

Permalink
fix(ci): set secret to publish develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Nov 26, 2021
1 parent 3df89f2 commit 83889cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
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 83889cc

Please sign in to comment.