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 9a1bef9 commit 05584a3Copy full SHA for 05584a3
.github/workflows/npm-publish.yml
@@ -10,6 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
with:
13
+ token: ${{ secrets.GITHUB_TOKEN }}
14
ref: ${{ github.event.release.target_commitish }}
15
16
- name: Set up Node.js
0 commit comments