Skip to content

Commit

Permalink
Checkout with token
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie authored Oct 2, 2024
1 parent 1fd0dc7 commit 5b1a170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PIPELINE_PAT }}
- name: Version Bump
shell: pwsh
env:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PIPELINE_PAT }}
- name: Version Bump and Publish
shell: pwsh
env:
Expand Down

0 comments on commit 5b1a170

Please sign in to comment.