Skip to content

Commit

Permalink
chore: use GITHUB_TOKEN instead (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Oct 29, 2020
1 parent cbad0d3 commit 63bd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- run: yarn semantic-release
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

1 comment on commit 63bd265

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for reacnetgenerator ready!

✅ Preview
https://reacnetgenerator-j5q9lvlkg.vercel.app

Built with commit 63bd265.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.