We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d6f95 commit 9a47f00Copy full SHA for 9a47f00
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-latest
13
14
steps:
15
- name: Checkout
@@ -66,6 +66,6 @@ jobs:
66
uses: FirebaseExtended/action-hosting-deploy@v0
67
with:
68
repoToken: '${{ secrets.GITHUB_TOKEN }}'
69
- firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_VANILLA_FRONT_END_STARTER }}'
+ firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TENSORFLOWJS_REMOVE_BACKGROUND }}'
70
channelId: live
71
projectId: vanilla-front-end-starter
0 commit comments