From 32bbe49d836a5d5cefa6547d7850c6d7f5b0223e Mon Sep 17 00:00:00 2001 From: Rory Abraham <47436092+roryabraham@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:20:05 -0700 Subject: [PATCH] Add OS_BOTIFY_COMMIT_TOKEN (#447) --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2bc5f1ef..20fa2316 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,9 @@ jobs: - uses: actions/checkout@v4 with: ref: main + # The OS_BOTIFY_COMMIT_TOKEN is a personal access token tied to osbotify + # This is a workaround to allow pushes to a protected branch + token: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }} - name: Decrypt & Import OSBotify GPG key run: |