From 8c1c3050ef8ed86a6503a13c595c2a6ab0679045 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 18 Mar 2024 18:45:43 +0530 Subject: [PATCH] Update variable for passing input to workflow job --- .github/workflows/common-firebase-hosting-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-firebase-hosting-release.yml b/.github/workflows/common-firebase-hosting-release.yml index 63e9312..23716a6 100644 --- a/.github/workflows/common-firebase-hosting-release.yml +++ b/.github/workflows/common-firebase-hosting-release.yml @@ -63,4 +63,4 @@ jobs: - name: "Create label" run: gh label create "release-${{ env.LABEL }}" --color FF7F7E env: - GH_TOKEN: ${{ secrets.envPAT }} + GH_TOKEN: ${{ secrets.HOTWAX_PUBLIC_SECRET }}