Skip to content

Commit

Permalink
fix: [CP-603] Pass kiva-robot token when checking out repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynlovett committed Oct 27, 2023
1 parent ada3609 commit e864172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }}
- name: checkout-actions
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e864172

Please sign in to comment.