Skip to content

Commit 186cb2c

Browse files
authored
ci: attempt to fix publishing (#943)
Disable credential persistence to ensure our token gets used.
1 parent 28b65e0 commit 186cb2c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,7 @@ jobs:
147147
- name: Checkout
148148
uses: actions/checkout@v3
149149
with:
150-
token: ${{ secrets.GH_RELEASE_TOKEN }}
151-
- name: Setup git
152-
run: |
153-
git config user.email ${{ secrets.GH_BOT_EMAIL }}
154-
git config user.name ${{ secrets.GH_BOT_NAME }}
150+
persist-credentials: false
155151
- name: Set up Node.js
156152
uses: actions/setup-node@v3.6.0
157153
with:

0 commit comments

Comments
 (0)