mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 00:28:01 +01:00
fix: use a deploy key to push tags so releases get auto-created
This commit is contained in:
committed by
GitHub
parent
cfb1f1368b
commit
7cdf428e3a
1
.github/workflows/automatic-release.yml
vendored
1
.github/workflows/automatic-release.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
||||
- name: Setup Git
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
|
||||
Reference in New Issue
Block a user