Skip to content

Commit

Permalink
fix(ci): try use bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Aug 13, 2021
1 parent c6f389a commit ae0ccef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ssh-key: "${{ secrets.REPO_KEY }}"
- name: Install node.js
uses: actions/setup-node@v2.4.0
with:
Expand All @@ -78,5 +77,5 @@ jobs:
@semantic-release/changelog
@semantic-release/git
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GIT_TOKEN }}

0 comments on commit ae0ccef

Please sign in to comment.