Skip to content

Commit

Permalink
generalize example code
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 7, 2024
1 parent 0202973 commit 0b15717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/posts/4-settingupautoma.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ETHAN_PORTFOLIO }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_XYZ }}'
channelId: live
projectId: ethan-portfolio
projectId: your-id
```
### 2. Accessing Environment Variables/Secrets
Expand Down

0 comments on commit 0b15717

Please sign in to comment.