Skip to content

Commit

Permalink
chore(firebase): test gh env token
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 committed Jun 20, 2022
1 parent 3bb02e9 commit d171d99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployFirebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
Deploy_firebase:
runs-on: ubuntu-latest
environments: Production
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -20,4 +21,4 @@ jobs:
touch .env
echo "RIVET_ID=${{ secrets.RIVET_ID }}" >> .env
- name: Deploy firebase
run: npm run firebase-deploy:${GITHUB_REF_NAME} -- --token ${{ secrets.FIREBASE_PRODUCTION_TOKEN }}
run: npm run firebase-deploy:${GITHUB_REF_NAME} -- --token ${{ secrets.FIREBASE_TOKEN }}

1 comment on commit d171d99

@vercel
Copy link

@vercel vercel bot commented on d171d99 Jun 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.