From 94b56d3ffe54f5107c3aa069302f4fd1d385ff42 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:30:25 +0200 Subject: [PATCH] use specific token for helm-chart (#5905) --- .github/workflows/helmchart_on_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helmchart_on_release.yml b/.github/workflows/helmchart_on_release.yml index 1d63cbc326..eeae218d5d 100644 --- a/.github/workflows/helmchart_on_release.yml +++ b/.github/workflows/helmchart_on_release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 with: repository: windmill-labs/windmill-helm-charts - token: ${{ secrets.DOCS_TOKEN }} + token: ${{ secrets.HELM_CHART_TOKEN }} - name: Get version id: get_version @@ -57,7 +57,7 @@ jobs: - name: Create PR env: - GH_TOKEN: ${{ secrets.DOCS_TOKEN }} + GH_TOKEN: ${{ secrets.HELM_CHART_TOKEN }} run: | gh pr create \ --title "helm: bump version to ${{ env.VERSION }}" \