Skip to content

Commit

Permalink
Merge pull request #5050 from kiva/fix-CP-603-github-perms
Browse files Browse the repository at this point in the history
fix: [CP-603] Pass kiva-robot token when checking out repo
  • Loading branch information
kathrynlovett authored Oct 27, 2023
2 parents ada3609 + e864172 commit d35db18
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 d35db18

Please sign in to comment.