diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b4fbdc0..40794719 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,6 +104,8 @@ jobs: - name: Deploy to Firebase Hosting run: firebase deploy --only hosting + env: + FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} - name: Create temporary branch run: git checkout -b temp-build-branch