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