We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4651f48 commit 08891ceCopy full SHA for 08891ce
.github/workflows/publish.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
+ with:
15
+ token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later
16
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
17
with:
18
cache: 'npm'
0 commit comments