We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e161c4 commit 8c6f4aeCopy full SHA for 8c6f4ae
.github/workflows/build-test-publish-on-push-cached.yaml
@@ -241,7 +241,7 @@ jobs:
241
242
- name: 'Setup git coordinates'
243
run: |
244
- git remote set-url origin https://${{github.actor}}:${{secrets.TOKEN}}@github.com/${{ github.repository }}.git
+ git remote set-url origin https://${{github.actor}}:${{secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git
245
git config user.name $GH_USER
246
git config user.email $GH_EMAIL
247
0 commit comments