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.
2 parents 1edd7fa + dc8bd60 commit b0376b7Copy full SHA for b0376b7
.github/workflows/onPushToMain.yml
@@ -43,7 +43,7 @@ jobs:
43
if [ -n "$(git status --porcelain)" ]; then
44
git add .
45
git commit -am "chore: update README.md"
46
- git push -u origin ${{ github.ref_name }}
+ git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.ref_name }}
47
fi
48
- name: Create Github Release
49
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
0 commit comments