Skip to content

Commit

Permalink
build: use PAT on checkout (#1658)
Browse files Browse the repository at this point in the history
Co-authored-by: Havard Bjerke <[email protected]>
  • Loading branch information
hkfb and hkfb authored Sep 19, 2023
1 parent 3875f8b commit 9946258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}

- name: configure git
run: |
Expand Down

0 comments on commit 9946258

Please sign in to comment.