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 d1351e4 commit 557e23aCopy full SHA for 557e23a
.github/workflows/ci.yml
@@ -67,6 +67,9 @@ jobs:
67
git config --global user.name "Release Workflow"
68
git config --global user.email "${{ secrets.GIT_EMAIL }}"
69
70
+ - name: Authenticate GitHub Actions
71
+ run: git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
72
+
73
- name: Initialize the NPM config
74
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
75
env:
0 commit comments