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 5ac49e6 commit 180d83cCopy full SHA for 180d83c
.github/workflows/test.yml
@@ -54,5 +54,5 @@ jobs:
54
git config --local user.email "github-actions[bot]@users.noreply.github.com"
55
git config --local user.name "github-actions[bot]"
56
git commit -m "[automated] Increment version numbers after release of ${{ inputs.milestone }}" --all
57
- git remote set-url origin https://${{ github.token }}@github.com/${{ github.repository }}
+ git remote set-url origin https://${{ secrets.SA_PAT }}@github.com/${{ github.repository }}
58
git push
0 commit comments