diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index 251d17c4b5..b45ae24dbd 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -168,7 +168,7 @@ jobs: --draft - name: Generate token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 id: app-token with: app-id: ${{ vars.AUTOMATION_APP_ID }} diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 71bd817a79..5b33ccd6a6 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -124,7 +124,7 @@ jobs: pull-requests: write # needed to create pull request steps: - name: Generate token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 id: app-token with: app-id: ${{ vars.AUTOMATION_APP_ID }}