Skip to content

Commit

Permalink
add persona param to manual builds configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Jan 14, 2025
1 parent 01fc916 commit c311f66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/manual-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
type: boolean
description: Build without private packages
required: false
personaAds:
type: boolean
description: Enable persona ads provider
required: false
prod:
type: boolean
description: Build for production environment
Expand Down Expand Up @@ -66,6 +70,7 @@ jobs:
HYPELAB_NATIVE_PLACEMENT_SLUG: ${{ vars.HYPELAB_NATIVE_PLACEMENT_SLUG }}
HYPELAB_PROPERTY_SLUG: ${{ vars.HYPELAB_PROPERTY_SLUG }}
HYPELAB_ADS_WINDOW_URL: ${{ vars.HYPELAB_ADS_WINDOW_URL }}
PERSONA_ADS_ENABLED: ${{ github.event.inputs.personaAds == 'true' }}
PERSONA_ADS_API_KEY: ${{ vars.PERSONA_ADS_API_KEY }}
PERSONA_ADS_MISES_BANNER_UNIT_ID: ${{ vars.PERSONA_ADS_MISES_BANNER_UNIT_ID }}
PERSONA_ADS_BANNER_UNIT_ID: ${{ vars.PERSONA_ADS_BANNER_UNIT_ID }}
Expand Down

0 comments on commit c311f66

Please sign in to comment.