Skip to content

Commit 9a47f00

Browse files
committed
fix(ci): fix build image and deployment secrets
1 parent 52d6f95 commit 9a47f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-16.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: Checkout
@@ -66,6 +66,6 @@ jobs:
6666
uses: FirebaseExtended/action-hosting-deploy@v0
6767
with:
6868
repoToken: '${{ secrets.GITHUB_TOKEN }}'
69-
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_VANILLA_FRONT_END_STARTER }}'
69+
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TENSORFLOWJS_REMOVE_BACKGROUND }}'
7070
channelId: live
7171
projectId: vanilla-front-end-starter

0 commit comments

Comments
 (0)