Skip to content

Commit

Permalink
chore: use releaser token to checkout code for cli bump GHA (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Jul 15, 2024
1 parent 29ae572 commit 61433af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-cli-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GENKIT_RELEASER_GITHUB_TOKEN }}
- uses: pnpm/action-setup@v3
- name: Set up node v20
uses: actions/setup-node@v4
Expand Down

0 comments on commit 61433af

Please sign in to comment.