Skip to content

Commit 2b13e5c

Browse files
committed
chore(release): specify github token during checkout again
it seemed it would only be necessary during the publish step, but checkout is where the git config is setup, so the token needs to be present even then for the commit/push to work later
1 parent cc29117 commit 2b13e5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
ref: 'main'
1919
fetch-depth: 0
20+
# Repository admin required to evade PR+checks branch protection
21+
token: ${{ secrets.GH_TOKEN }}
2022
- uses: actions/setup-node@v6
2123
with:
2224
node-version: lts/*

0 commit comments

Comments
 (0)