mirror of https://github.com/yewstack/yew
Firebase Part 3 (#1612)
This commit is contained in:
parent
ea65d0ad14
commit
e6bf7b8cfe
|
@ -11,7 +11,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|
|
@ -62,5 +62,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
||||||
channel: live
|
channelId: live
|
||||||
targets: hosting:examples
|
targets: hosting:examples
|
||||||
|
|
|
@ -27,5 +27,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
||||||
channel: live
|
channelId: live
|
||||||
targets: hosting:website
|
targets: hosting:website
|
||||||
|
|
Loading…
Reference in New Issue