From 39321adfe1d3d76f26ae75cb539b63c7d081e3a4 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 26 Aug 2025 11:48:51 -0500 Subject: [PATCH] ci: Use deploy key to bypass branch protection rules (#1861) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fddf9dd..e2404d43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ssh-key: ${{ secrets.DEPLOY_KEY }} # https://github.com/sbellone/release-workflow-example - name: Setup uses: ./.github/actions/setup