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 23
23
getting_versions :
24
24
env :
25
25
# 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 "
29
29
name : Set version numbers
30
30
runs-on : ubuntu-latest
31
31
defaults :
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
solution : MaterialDesignToolkit.Full.sln
13
- # Needed for GitHub CLI
14
- GITHUB_TOKEN : ${{ github.token }}
13
+ GITHUB_TOKEN : ${{ secrets.SA_PAT }}
15
14
16
15
defaults :
17
16
run :
18
17
shell : pwsh
19
18
20
- # Needed for updating the version numbers at the end of the pipeline
21
- permissions :
22
- id-token : write
23
- contents : write
24
19
25
20
jobs :
26
21
get_versions :
@@ -277,9 +272,6 @@ jobs:
277
272
name : Update Version Numbers
278
273
environment : production
279
274
280
- permissions :
281
- actions : write
282
-
283
275
steps :
284
276
# Checkout is needed so that we can update the get_versions.yml file
285
277
- uses : actions/checkout@v4
@@ -313,8 +305,6 @@ jobs:
313
305
Update-Version -Prefix "mdix-mahapps-version"
314
306
315
307
- name : Open Pull Request
316
- env :
317
- GITHUB_TOKEN : ${{ secrets.SA_PAT }}
318
308
run : |
319
309
git config --local user.email "github-actions[bot]@users.noreply.github.com"
320
310
git config --local user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments