chore(pipeline): Provided the packages token secret
This commit is contained in:
parent
303a448df8
commit
76b76d7b7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-helm-depends.yaml
vendored
2
.github/workflows/update-helm-depends.yaml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ steps.repository.outputs.organization }}/${{ inputs.helmRepo }}-helm
|
repository: ${{ steps.repository.outputs.organization }}/${{ inputs.helmRepo }}-helm
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PACKAGES_TOKEN }}
|
||||||
ref: main
|
ref: main
|
||||||
path: helmworkspace
|
path: helmworkspace
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue