From 44a63f5640c3dccd634a3669beb941b5b93c0398 Mon Sep 17 00:00:00 2001 From: Jeremias Peier Date: Mon, 28 Oct 2024 15:48:30 +0100 Subject: [PATCH] build: fix token for cherry picking --- .github/workflows/maintenance-cherry-pick.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintenance-cherry-pick.yml b/.github/workflows/maintenance-cherry-pick.yml index af24a41505..f7536dec22 100644 --- a/.github/workflows/maintenance-cherry-pick.yml +++ b/.github/workflows/maintenance-cherry-pick.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 if: steps.branch_name.outputs.branch with: - token: ${{ steps.get_token.outputs.app_token }} + token: ${{ steps.get_token.outputs.token }} fetch-depth: 0 - name: Cherry-pick changes into ${{ steps.branch_name.outputs.branch }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3bf5b84db3..97b2c77992 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ steps.get_token.outputs.app_token }} + token: ${{ steps.get_token.outputs.token }} - uses: actions/setup-node@v4 with: node-version-file: .nvmrc