Skip to content

Commit

Permalink
Test reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-elmorabea committed Oct 29, 2024
1 parent 96ed51c commit abaf17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_sample_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cio-cdpapikey-secret-key: ${{ secrets.CUSTOMERIO_JAVA_WORKSPACE_CDP_API_KEY }}
cio-siteid-secret-key: ${{ secrets.CUSTOMERIO_JAVA_WORKSPACE_SITE_ID }}
- sample-app: "kotlin_compose"
cio-cdpapikey-secret-key: &{{ secrets.CUSTOMERIO_KOTLIN_WORKSPACE_CDP_API_KEY }}
cio-cdpapikey-secret-key: ${{ secrets.CUSTOMERIO_KOTLIN_WORKSPACE_CDP_API_KEY }}
cio-siteid-secret-key: ${{ secrets.CUSTOMERIO_KOTLIN_WORKSPACE_SITE_ID }}

name: Building app...${{ matrix.sample-app }}
Expand Down

0 comments on commit abaf17c

Please sign in to comment.