Skip to content

Commit 74af159

Browse files
committed
Use FIREBASE_TOKEN for Firebase deployment
1 parent 201e88b commit 74af159

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
runs-on: ubuntu-22.04
120120
container: timbru31/java-node:11-jdk-erbium
121121
environment: production
122+
env:
123+
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
122124
steps:
123125
- uses: actions/checkout@v2
124126
- name: Get yarn cache directory path
@@ -134,10 +136,6 @@ jobs:
134136
${{ runner.os }}-yarn-
135137
136138
- run: yarn install
137-
- id: auth
138-
uses: google-github-actions/auth@v0
139-
with:
140-
credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}
141139
- run: yarn firebase deploy
142140

143141
firestore-migrations:

0 commit comments

Comments
 (0)