From 87d540fe390b85043fb83317ccf62951b77f722f Mon Sep 17 00:00:00 2001 From: jontze <42588836+jontze@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:12:58 +0100 Subject: [PATCH] chore(release): Use deploy key for tagging This is required so the release workflow is actually triggered --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d454054..e7dc6ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,4 +29,7 @@ jobs: permissions: contents: write uses: jontze/.workflows/.github/workflows/rust_release.yaml@main - secrets: inherit + with: + use-deploy-key: true + secrets: + DEPLOY_KEY: ${{ secrets.CI_TAG_DEPLOY_KEY }}