chore(pipeline): Provided the packages token secret

This commit is contained in:
richardrobertreitz 2025-07-30 09:55:28 +00:00
parent 303a448df8
commit 76b76d7b7d

View file

@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ steps.repository.outputs.organization }}/${{ inputs.helmRepo }}-helm
token: ${{ secrets.PAT }}
token: ${{ secrets.PACKAGES_TOKEN }}
ref: main
path: helmworkspace
fetch-depth: 0