Skip to content

Commit

Permalink
switched to keys
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Strobl <[email protected]>
  • Loading branch information
Melvin Strobl committed Oct 10, 2024
1 parent 85e2370 commit dbd1552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
Expand All @@ -51,7 +52,7 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git commit -am "Update Citation"
git push --force
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release & Tag
Expand Down

0 comments on commit dbd1552

Please sign in to comment.