From 575240aaf118ab1d96acd0f2068133b03a655653 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 26 Jul 2026 09:58:27 -0500 Subject: [PATCH] ci: Allow the VHS action to commit to `main` --- .github/workflows/vhs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 541547d5..4091d0e6 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Setup uses: ./.github/actions/setup