mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-02-07 12:51:26 +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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
||||||
- name: Setup Git
|
- name: Setup Git
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user