ci: Allow the VHS action to commit to main

This commit is contained in:
Aaron
2026-07-26 09:58:27 -05:00
parent b124c82ed4
commit 575240aaf1
+2
View File
@@ -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