From 7cdf428e3ae1e3cadb8776b16fdfadae8713d542 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 9 Dec 2023 00:52:00 -0500 Subject: [PATCH] fix: use a deploy key to push tags so releases get auto-created --- .github/workflows/automatic-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 05682f6..f5b8f64 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -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"