We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4de8c2 commit 3476385Copy full SHA for 3476385
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
git config --global user.name 'github-actions[bot]'
28
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
29
+ git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
0 commit comments