Skip to content

Commit

Permalink
Fix Github login
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Mar 13, 2024
1 parent 60a3ca4 commit fa88093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Some CI"
echo "${{ secrets.SOME_CI_PAT }}" | gh auth login --with-token
gh auth login --with-token <<< "${{ secrets.SOME_CI_PAT }}"
- name: Bump version
run: python tools/bump-version.py
- name: Push changes
Expand Down

0 comments on commit fa88093

Please sign in to comment.