Skip to content

Commit

Permalink
build: fix token for cherry picking (#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB authored and github-actions committed Oct 28, 2024
1 parent 8d6d3d3 commit b1eb196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1eb196

Please sign in to comment.