Skip to content

Commit

Permalink
clone repo with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Aug 8, 2024
1 parent a4bf416 commit 90b6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: "${{ secrets.PAT_ACTIONS_WORKFLOWS }}"
fetch-depth: 0

- name: update placeholder versions
Expand Down Expand Up @@ -63,7 +64,6 @@ jobs:
runs-on: ubuntu-22.04
needs: release
steps:

- name: Set up helm
uses: azure/setup-helm@v4

Expand Down

0 comments on commit 90b6161

Please sign in to comment.