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 ede7e0c commit 07bfe0dCopy full SHA for 07bfe0d
1 file changed
.github/workflows/prerelease.yml
@@ -107,6 +107,11 @@ jobs:
107
matrix:
108
package: ${{ fromJSON(needs.prerelease.outputs.packages) }}
109
steps:
110
+ - name: Checkout repo
111
+ uses: actions/checkout@v4
112
+ with:
113
+ token: ${{ steps.github-actions-bot-app-token.outputs.token }}
114
+
115
- name: Append NPM token to .npmrc
116
run: |
117
cat << EOF > "$HOME/.npmrc"
0 commit comments