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 180d83c commit cc460b1Copy full SHA for cc460b1
.github/workflows/test.yml
@@ -12,6 +12,9 @@ defaults:
12
run:
13
shell: pwsh
14
15
+permissions:
16
+ workflows: write
17
+
18
jobs:
19
close_milestone:
20
runs-on: ubuntu-latest
@@ -54,5 +57,5 @@ jobs:
54
57
git config --local user.email "github-actions[bot]@users.noreply.github.com"
55
58
git config --local user.name "github-actions[bot]"
56
59
git commit -m "[automated] Increment version numbers after release of ${{ inputs.milestone }}" --all
- git remote set-url origin https://${{ secrets.SA_PAT }}@github.com/${{ github.repository }}
60
+ git remote set-url origin https://${{ github.token }}@github.com/${{ github.repository }}
61
git push
0 commit comments