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

use environment variables with firebase frontend app hosting #6

Open
zt-9 opened this issue Jun 10, 2024 · 0 comments
Open

use environment variables with firebase frontend app hosting #6

zt-9 opened this issue Jun 10, 2024 · 0 comments

Comments

@zt-9
Copy link
Owner

zt-9 commented Jun 10, 2024

  • add enviroment variables in the github action secrets
  • Add this to firebase github workflow
        - name: Create env file
          run: |
            touch .env
            echo PROJECT_ENV=${{ secrets.PROJECT_ENV }} >> .env
            cat .env
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