From 35f3856cb6ba16b0334cc92cc400c87a80651a87 Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Tue, 23 Jan 2024 22:07:36 -0700 Subject: [PATCH] im a dum --- .github/workflows/lychee.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lychee.yaml b/.github/workflows/lychee.yaml index 61a18bfd5e..19229f33ce 100644 --- a/.github/workflows/lychee.yaml +++ b/.github/workflows/lychee.yaml @@ -24,15 +24,15 @@ jobs: with: access_token: ${{ secrets.BW_ACCESS_TOKEN }} secrets: | - e062dcb9-8cd7-471e-b9be-b10100497102 > BOT_APP_ID1 - 5856238d-3fae-4a0f-9847-b1010049f697 > BOT_APP_PRIVATE_KEY1 + e062dcb9-8cd7-471e-b9be-b10100497102 > BOT_APP_ID + 5856238d-3fae-4a0f-9847-b1010049f697 > BOT_APP_PRIVATE_KEY - name: Generate Token uses: actions/create-github-app-token@v1 id: app-token with: - app-id: "${{ env.BOT_APP_ID1 }}" - private-key: "${{ env.BOT_APP_PRIVATE_KEY1 }}" + app-id: "${{ env.BOT_APP_ID }}" + private-key: "${{ env.BOT_APP_PRIVATE_KEY }}" - name: Checkout uses: actions/checkout@v4