Firebase Part 3 (#1612)

This commit is contained in:
Simon 2020-10-10 21:31:27 +02:00 committed by GitHub
parent ea65d0ad14
commit e6bf7b8cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
ref: ${{ github.event.pull_request.head.ref }}
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup node
uses: actions/setup-node@v1

View File

@ -62,5 +62,5 @@ jobs:
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
channel: live
channelId: live
targets: hosting:examples

View File

@ -27,5 +27,5 @@ jobs:
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
channel: live
channelId: live
targets: hosting:website