Skip to content

Commit

Permalink
Explicitly setting the token for the version number changes to use
Browse files Browse the repository at this point in the history
Bumping versions to 5.2.1
  • Loading branch information
Keboo committed Jan 3, 2025
1 parent a418223 commit ba74c9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
getting_versions:
env:
#Update these base version numbers
mdix-version: "5.2.0"
mdix-colors-version: "5.2.0"
mdix-mahapps-version: "5.2.0"
mdix-version: "5.2.1"
mdix-colors-version: "5.2.1"
mdix-mahapps-version: "5.2.1"
name: Set version numbers
runs-on: ubuntu-latest
defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ jobs:
Update-Version -Prefix "mdix-mahapps-version"
- name: Open Pull Request
env:
GITHUB_TOKEN: ${{ secrets.SA_PAT }}
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit ba74c9f

Please sign in to comment.