From 9977db0f37c3b14327a593c54123575b5f4ac130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sun, 31 Jul 2022 12:22:20 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/charts-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index ab5bc83e..8229ef52 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -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 }}]"