replace deprecated authentication method
This commit is contained in:
parent
72c31f1c6d
commit
cd7620270d
1 changed files with 3 additions and 3 deletions
|
@ -44,16 +44,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: use developomp-site
|
args: use developomp-site
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
|
||||||
- name: Apply target
|
- name: Apply target
|
||||||
uses: w9jds/firebase-action@master
|
uses: w9jds/firebase-action@master
|
||||||
with:
|
with:
|
||||||
args: target:apply hosting stable developomp-site
|
args: target:apply hosting stable developomp-site
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
|
||||||
- name: Deploy to Firebase
|
- name: Deploy to Firebase
|
||||||
uses: w9jds/firebase-action@master
|
uses: w9jds/firebase-action@master
|
||||||
with:
|
with:
|
||||||
args: deploy --only hosting:stable
|
args: deploy --only hosting:stable
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue