From 4609cd928ff7b1723ea71fe9ef91ebc38c049d41 Mon Sep 17 00:00:00 2001 From: Matt Gallo Date: Tue, 3 Dec 2024 16:43:23 -0500 Subject: [PATCH] fix: add generate token step for the dep upgrade job (#6533) --- .github/workflows/update.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index db16d1f873..43ffc41207 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -74,6 +74,13 @@ jobs: env: YARN_ENABLE_IMMUTABLE_INSTALLS: false + - name: Generate token + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a #v2.1.0 + id: generate_token + with: + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.APP_PRIVATE_KEY }} + - name: Create PR id: create-pr uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5