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 }}