Skip to content

Commit

Permalink
Update firebase-hosting-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian authored Aug 29, 2023
1 parent a29c91f commit 3e9aca4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
'on': pull_request_target
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Set branch name
run: echo "BRANCH_NAME=${{ github.head_ref }}" >> $GITHUB_ENV
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_TOKEN_API }}'
projectId: astar-token-api
onlyBranches: ${{ env.BRANCH_NAME }}

0 comments on commit 3e9aca4

Please sign in to comment.