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