From 937720d4721fe50952445ea213e6bc03b29a9778 Mon Sep 17 00:00:00 2001 From: Raymond Khalife Date: Fri, 4 Jul 2025 10:06:35 -0400 Subject: [PATCH] ci: reuse the same github token --- .github/workflows/bitcoin-canister-update.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/bitcoin-canister-update.yml b/.github/workflows/bitcoin-canister-update.yml index 2a6f8db9b0..3b57969d6b 100644 --- a/.github/workflows/bitcoin-canister-update.yml +++ b/.github/workflows/bitcoin-canister-update.yml @@ -55,13 +55,6 @@ jobs: - name: Update sources to use the latest bitcoin canister version run: ./scripts/update-btc-canister.sh "$LATEST_TAG" - - name: Create GitHub App Token - uses: actions/create-github-app-token@v2 - id: app-token - with: - app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} - private-key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }} - - name: Create PR env: GH_TOKEN: "${{ steps.app-token.outputs.token }}"