ci: Use deploy key to bypass branch protection rules (#1861)

This commit is contained in:
Aaron
2025-08-26 11:48:51 -05:00
committed by GitHub
parent ea2b8df906
commit 39321adfe1
+1
View File
@@ -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