Skip to content

Commit

Permalink
chore: use genkit-releaser GH token (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Jul 15, 2024
1 parent 13852de commit 29ae572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-cli-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: 'genkit-tools/common version bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GENKIT_RELEASER_GITHUB_TOKEN }}
PACKAGEJSON_DIR: genkit-tools/common
with:
default: ${{ inputs.releaseType }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: 'genkit-tools/cli version bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GENKIT_RELEASER_GITHUB_TOKEN }}
PACKAGEJSON_DIR: genkit-tools/cli
with:
default: ${{ inputs.releaseType }}
Expand Down

0 comments on commit 29ae572

Please sign in to comment.