Skip to content

Commit

Permalink
fix: set persist-credentials to false
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Dec 8, 2022
1 parent f6eea69 commit 1024133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand All @@ -21,6 +21,6 @@ jobs:
- run: yarn build
- run: yarn release
env:
DEBUG: "*"
DEBUG: semantic-release:*
GH_TOKEN: ${{ secrets.GH_PAT }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1024133

Please sign in to comment.