Skip to content

Commit f10755d

Browse files
committed
chore: update credentials to allow pushing to protected branch
1 parent 30561ee commit f10755d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
persist-credentials: false
1718
- name: Lint & Test
1819
uses: ./.github/actions/build
1920
- name: Release
2021
run: npx semantic-release
2122
env:
2223
NPM_TOKEN: ${{secrets.npm_token}}
23-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
24+
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)