FirebaseExtended / FirebaseExtended/action-hosting-deploy

QUESTION: DO we have a way to pass env variables from Github Secrets inside this Actions via env attribute?

Open
#348 2 comments 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
809
Forks
232
PR merge metrics
No merged PRs in 30d

Description

Example code -

```
- name: Deploy to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
env:
REACT_APP_FIREBASE_API_KEY: ${{ steps.secrets.outputs.REACT_APP_FIREBASE_API_KEY }}
REACT_APP_FIREBASE_AUTH_DOMAIN: ${{ steps.secrets.outputs.REACT_APP_FIREBASE_AUTH_DOMAIN }}
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.SERVICE_ACCOUNT_KEY }}
channelId: live
projectId: sample-project
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.