Skip to content

Commit 82c23b8

Browse files
committed
update action
1 parent 2fbd4ba commit 82c23b8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
cio-workspace-name: "Mobile: Native iOS & Android"
2626
cio-cdpapikey-secret-key: "CUSTOMERIO_JAVA_WORKSPACE_CDP_API_KEY"
2727
cio-siteid-secret-key: "CUSTOMERIO_JAVA_WORKSPACE_SITE_ID"
28-
app-id: "CUSTOMERIO_JAVA_APP_ID"
28+
app-identifier: "io.customer.android.sample.java_layout"
2929
- sample-app: "kotlin_compose"
3030
cio-workspace-name: "Mobile: xiOS CocoaPods FCM + Kotlin Android"
3131
cio-cdpapikey-secret-key: "CUSTOMERIO_KOTLIN_WORKSPACE_CDP_API_KEY"
3232
cio-siteid-secret-key: "CUSTOMERIO_KOTLIN_WORKSPACE_SITE_ID"
33-
app-id: "CUSTOMERIO_KOTLIN_APP_ID"
33+
app-identifier: "io.customer.android.sample.kotlin_compose"
3434

3535
name: Building app...${{ matrix.sample-app }}
3636
permissions:
@@ -150,18 +150,17 @@ jobs:
150150

151151
- name: Send Slack Notification for Sample App Builds
152152
if: env.IS_PRIMARY_APP == 'true'
153-
env:
154-
APP_ID: ${{ secrets[matrix.app-id] }}
155-
uses: customerio/mobile-ci-tools/actions/slack-notify-sample-app/v1@mbl-750-app-slack-notify
153+
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@mbl-750-app-slack-notify
156154
with:
157155
status: ${{ job.status }}
158-
firebase_distribution_groups: ${{ env.firebase_distribution_groups }}
159156
slack_webhook_url: ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
160-
firebase_project_id: ${{ secrets.SAMPLE_APPS_FIREBASE_PROJECT_ID }}
161-
repository_name: "Android"
157+
instructions_guide_link: ${{ secrets.SAMPLE_APPS_INSTRUCTIONS_GUIDE_LINK }}
162158
icon_url: "https://media.pocketgamer.com/artwork/na-qulrguj/android.jpg"
163-
firebase_app_ids: |
164-
Latest: ${{ env.APP_ID }}
159+
repository_name: "Android"
160+
app_name: "Native Android"
161+
app_identifier: ${{ matrix.app-identifier }}
162+
build_version: "${{ env.APP_VERSION_STRING }} (${{ env.APP_BUILD_NUMBER }})"
163+
firebase_distribution_groups: ${{ env.firebase_distribution_groups }}
165164

166165
- name: Update sample builds PR comment with build information
167166
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)