From db96032b6e42b445284b24e609219fba699e5119 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 14:09:59 -0800 Subject: [PATCH] GITHUB_TOKEN --- .github/workflows/superset-helm-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 174fc69e590..79b3b7f828d 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -24,6 +24,8 @@ jobs: permissions: contents: write pull-requests: write + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout code