Skip to content

Commit

Permalink
build: persist credentials that use the kiva robot pat
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 8, 2023
1 parent d64c866 commit 2f4f4e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
persist-credentials: false
token: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }}
- name: Checkout actions
uses: actions/checkout@v4
with:
repository: kiva/github-actions
token: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }}
persist-credentials: false
path: .github/
- name: Run semantic-release
id: release
Expand Down

0 comments on commit 2f4f4e9

Please sign in to comment.