mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
Fix workflow
This commit is contained in:
parent
85b3f380bc
commit
9977db0f37
1 changed files with 2 additions and 1 deletions
3
.github/workflows/charts-release.yaml
vendored
3
.github/workflows/charts-release.yaml
vendored
|
@ -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 }}]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue