w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
922 stars 198 forks source link

Error: In non-interactive mode but have no value for the following environment variables: PROJECT_ID #208

Open csacsi opened 10 months ago

csacsi commented 10 months ago

Hi there,

I added the project ID as an env value, but it still doesn't like it. Is there a bug in the script or I'm missing something?

My GithubAction looks like this:

- name: Deploy to firebase
        uses: w9jds/firebase-action@v12.8.0
        with:
          args: deploy --only functions
        env:
          FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
          PROJECT_PATH: Firebase/functions
          PROJECT_ID: "{...PROJECT_ID...}"