From 1f455055a1d3f478164d4e345331e3897ab39bfc Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 21 Jun 2023 09:30:25 -0600 Subject: [PATCH] Use actions token during helm-publish workflow (#12430) --- .github/workflows/release-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-helm.yaml b/.github/workflows/release-helm.yaml index fa5a1c5896..208e2d8e06 100644 --- a/.github/workflows/release-helm.yaml +++ b/.github/workflows/release-helm.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 - uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 with: - token: ${{ secrets.FLEET_RELEASE_GITHUB_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} charts_dir: charts target_dir: charts linting: off