Skip to content

Commit

Permalink
ci: rename github secret (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Apr 1, 2020
1 parent 1a577b8 commit b9cbbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Publish Netlify CMS
uses: erezrokah/2fa-with-slack-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PUBLISH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
SLACK_TOKEN: ${{secrets.SLACK_TOKEN}}
CONVERSATION_ID: ${{secrets.CONVERSATION_ID}}
Expand Down

0 comments on commit b9cbbe9

Please sign in to comment.