Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
csacsi opened this issue Nov 15, 2023 · 0 comments

Comments

@csacsi
Copy link

csacsi commented Nov 15, 2023

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/[email protected]
        with:
          args: deploy --only functions
        env:
          FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
          PROJECT_PATH: Firebase/functions
          PROJECT_ID: "{...PROJECT_ID...}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant