Skip to content

Commit

Permalink
Merge pull request #1735 from fregante/patch-1
Browse files Browse the repository at this point in the history
Replace `fregante/setup-git-token` with `setup-git-user`
  • Loading branch information
knsv committed Oct 22, 2020
2 parents b49308f + 0638d0b commit 3c2e8cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-publish.yml
Expand Up @@ -8,10 +8,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: fregante/setup-git-token@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: fregante/setup-git-user@v1

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 3c2e8cb

Please sign in to comment.