Skip to content

Commit ba74c9f

Browse files
committed
Explicitly setting the token for the version number changes to use
Bumping versions to 5.2.1
1 parent a418223 commit ba74c9f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/get_versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
getting_versions:
2424
env:
2525
#Update these base version numbers
26-
mdix-version: "5.2.0"
27-
mdix-colors-version: "5.2.0"
28-
mdix-mahapps-version: "5.2.0"
26+
mdix-version: "5.2.1"
27+
mdix-colors-version: "5.2.1"
28+
mdix-mahapps-version: "5.2.1"
2929
name: Set version numbers
3030
runs-on: ubuntu-latest
3131
defaults:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ jobs:
313313
Update-Version -Prefix "mdix-mahapps-version"
314314
315315
- name: Open Pull Request
316+
env:
317+
GITHUB_TOKEN: ${{ secrets.SA_PAT }}
316318
run: |
317319
git config --local user.email "github-actions[bot]@users.noreply.github.com"
318320
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)