Skip to content

Commit

Permalink
Merge pull request #9 from awhipp/bugfix/adding_global_git_creds
Browse files Browse the repository at this point in the history
:feat Adding Git Credentials to Github Actions
  • Loading branch information
awhipp authored Mar 13, 2024
2 parents ac5b333 + 908c10b commit e9009cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
with:
python-version: 3.11

- name: Install and Configure poetry
- name: Install and Configure Poetry & Git Credentials
run: |
python -m pip install poetry==1.8.2
python -m poetry config virtualenvs.in-project true
git config --global user.email "[email protected]"
git config --global user.name "Github Actions Runner"
- name: Cache the virtualenv
uses: actions/cache@v4
Expand Down

0 comments on commit e9009cc

Please sign in to comment.