Skip to content

Commit 180d83c

Browse files
committed
Using SA_PAT instead
1 parent 5ac49e6 commit 180d83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
git config --local user.email "github-actions[bot]@users.noreply.github.com"
5555
git config --local user.name "github-actions[bot]"
5656
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 }}
57+
git remote set-url origin https://${{ secrets.SA_PAT }}@github.com/${{ github.repository }}
5858
git push

0 commit comments

Comments
 (0)