Skip to content

Commit d7e4ba4

Browse files
committed
added params
1 parent 82c23b8 commit d7e4ba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,11 @@ jobs:
154154
with:
155155
status: ${{ job.status }}
156156
slack_webhook_url: ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
157+
firebase_project_id: ${{ secrets.SAMPLE_APPS_FIREBASE_PROJECT_ID }}
157158
instructions_guide_link: ${{ secrets.SAMPLE_APPS_INSTRUCTIONS_GUIDE_LINK }}
158159
icon_url: "https://media.pocketgamer.com/artwork/na-qulrguj/android.jpg"
159160
repository_name: "Android"
161+
platform: "android"
160162
app_name: "Native Android"
161163
app_identifier: ${{ matrix.app-identifier }}
162164
build_version: "${{ env.APP_VERSION_STRING }} (${{ env.APP_BUILD_NUMBER }})"

0 commit comments

Comments
 (0)