Skip to content

Commit

Permalink
fix(ci): fix build image and deployment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-glot committed Jul 3, 2021
1 parent 52d6f95 commit 9a47f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -66,6 +66,6 @@ jobs:
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_VANILLA_FRONT_END_STARTER }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TENSORFLOWJS_REMOVE_BACKGROUND }}'
channelId: live
projectId: vanilla-front-end-starter

0 comments on commit 9a47f00

Please sign in to comment.