From b6f29825d40e3c5c85803cc861e7cc89dbfae148 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 18 Mar 2024 18:32:48 +0530 Subject: [PATCH] Update: input to workflow job --- .github/workflows/common-firebase-hosting-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common-firebase-hosting-release.yml b/.github/workflows/common-firebase-hosting-release.yml index 65e8997..63e9312 100644 --- a/.github/workflows/common-firebase-hosting-release.yml +++ b/.github/workflows/common-firebase-hosting-release.yml @@ -62,3 +62,5 @@ jobs: - name: "Create label" run: gh label create "release-${{ env.LABEL }}" --color FF7F7E + env: + GH_TOKEN: ${{ secrets.envPAT }}