From 6cac153d25e0adf4113c3dfa168eb9a2d83445c8 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 20:33:37 -0500 Subject: [PATCH] chore: Revert "Merge pull request #2111 from florkbr/update-gh-action-checkout-to-use-token" This reverts commit a8df68a89c9c874bc364148aefd7b734b4545819, reversing changes made to 7cc84663543b0208422ac28216eeb9f8ca3b32eb. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb25450a8..c255a3836 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,7 +126,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GH_BOT_TOKEN }} + ssh-key: ${{ secrets.BOT_AUTH_KEY}} - uses: './.github/actions/release' with: gh_token: ${{ secrets.GH_BOT_TOKEN }}