Skip to content

Commit

Permalink
fix: reverts github_token
Browse files Browse the repository at this point in the history
fix: removes credential line
  • Loading branch information
2xAA committed May 8, 2021
1 parent d3d31d6 commit f1f3efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false # <--- this

- name: Setup Node.js
uses: actions/setup-node@v1
Expand All @@ -27,6 +26,6 @@ jobs:

- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: npx semantic-release

0 comments on commit f1f3efc

Please sign in to comment.