From 6826a3a7e6589812e5d87031f6cf96ebf52fee39 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 21 Mar 2024 16:15:52 +0530 Subject: [PATCH] Update common-firebase-hosting-release.yml --- .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 23716a6..ee5e044 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.HOTWAX_PUBLIC_SECRET }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}