Skip to content

Commit 08891ce

Browse files
committed
ci: fix(?) pushing from the publish workflow
1 parent 4651f48 commit 08891ce

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
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
with:
15+
token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later
1416
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1517
with:
1618
cache: 'npm'

0 commit comments

Comments
 (0)