Skip to content

Commit

Permalink
test new product-version logic
Browse files Browse the repository at this point in the history
  • Loading branch information
navarro967 committed Apr 4, 2024
1 parent 49d890d commit 5114fcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_canary_full_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ run-name: Canary Full Flow
on:
push:
branches:
- master
- devops-deployment

jobs:
canary-full-flow:
if: ${{ github.actor != 'PlaykitJs-Bot' }}
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_cicd.yaml@master
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_cicd.yaml@master-VCP-17108
secrets:
PLAYER_CENTRAL_ACCOUNT_ID: ${{ secrets.PLAYER_CENTRAL_ACCOUNT_ID }}
PLAYER_SERVICES_ACCOUNT_ID: ${{ secrets.PLAYER_SERVICES_ACCOUNT_ID }}
Expand All @@ -20,6 +20,7 @@ jobs:
PLAYER_LAMBDA_NAME: ${{ secrets.PLAYER_LAMBDA_NAME }}
PLAYER_MSTEAMS_WEBHOOK: ${{ secrets.PLAYER_MSTEAMS_WEBHOOK }}
PLAYER_GITHUB_BOT_TOKEN: ${{ secrets.PLAYER_GITHUB_BOT_TOKEN }}
PLAYER_GITHUB_KCONF_TOKEN: ${{ secrets.PLAYER_GITHUB_KCONF_TOKEN }}
with:
type: "plugin"
stage: "canary"
Expand Down

0 comments on commit 5114fcb

Please sign in to comment.