We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd1790 commit 09062bdCopy full SHA for 09062bd
.github/workflows/github-apps-cd.yml
@@ -8,11 +8,11 @@ on:
8
9
jobs:
10
deploy-firebase-functions-dev:
11
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
12
uses: ./.github/workflows/reusable-deploy-firebase-functions.yml
13
secrets:
14
- gha_service_account: ${{ secrets.GHA_SERVICE_ACCOUNT_PREVIEW_FUNCS }}
15
- firebase_project_id: ${{ secrets.FIREBASE_PROJECT_ID_FOR_PREVIEW_FUNCTIONS }}
+ gha_service_account: ${{ secrets.GHA_SERVICE_ACCOUNT_DEV }}
+ firebase_project_id: ${{ secrets.FIREBASE_PROJECT_ID_DEV }}
16
17
deploy-firebase-functions-production:
18
if: github.event_name == 'push'
0 commit comments