File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 2323 getting_versions :
2424 env :
2525 # Update these base version numbers
26- mdix-version : " 5.2.1 "
27- mdix-colors-version : " 5.2.1 "
28- mdix-mahapps-version : " 5.2.1 "
26+ mdix-version : " 5.2.2 "
27+ mdix-colors-version : " 5.2.2 "
28+ mdix-mahapps-version : " 5.2.2 "
2929 name : Set version numbers
3030 runs-on : ubuntu-latest
3131 defaults :
Original file line number Diff line number Diff line change 1010
1111env :
1212 solution : MaterialDesignToolkit.Full.sln
13- # Needed for GitHub CLI
14- GITHUB_TOKEN : ${{ github.token }}
13+ GITHUB_TOKEN : ${{ secrets.SA_PAT }}
1514
1615defaults :
1716 run :
1817 shell : pwsh
1918
20- # Needed for updating the version numbers at the end of the pipeline
21- permissions :
22- id-token : write
23- contents : write
2419
2520jobs :
2621 get_versions :
@@ -277,9 +272,6 @@ jobs:
277272 name : Update Version Numbers
278273 environment : production
279274
280- permissions :
281- actions : write
282-
283275 steps :
284276 # Checkout is needed so that we can update the get_versions.yml file
285277 - uses : actions/checkout@v4
@@ -313,8 +305,6 @@ jobs:
313305 Update-Version -Prefix "mdix-mahapps-version"
314306
315307 - name : Open Pull Request
316- env :
317- GITHUB_TOKEN : ${{ secrets.SA_PAT }}
318308 run : |
319309 git config --local user.email "github-actions[bot]@users.noreply.github.com"
320310 git config --local user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments