Fix workflow

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-31 12:22:20 +02:00
parent 85b3f380bc
commit 9977db0f37
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -39,7 +39,7 @@ jobs:
uses: ./src/.github/actions/collect-charts
id: collect-charts
with:
token: ${{ inputs.token }}
token: ${{ steps.get-app-token.outputs.token }}
repoConfigFile: ./src/.ci/repo-config.yaml
overrideCharts: "[${{ inputs.charts }}]"
@ -49,4 +49,5 @@ jobs:
needs:
- prepare
with:
token: ${{ needs.prepare.outputs.token }}
charts: "[${{ needs.prepare.outputs.charts-to-release }}]"