Skip to content

Commit

Permalink
ci: fix semrel push authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Jun 19, 2022
1 parent 1cefb90 commit efde3a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
environment: npm

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
Expand All @@ -47,4 +49,4 @@ jobs:
- run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}

0 comments on commit efde3a2

Please sign in to comment.