Skip to content

[TECH] Migrer la route GET /api/users/{userId}/campaigns/{campaignId}/campaign-participations vers son BC (PIX-15278) #2869

[TECH] Migrer la route GET /api/users/{userId}/campaigns/{campaignId}/campaign-participations vers son BC (PIX-15278)

[TECH] Migrer la route GET /api/users/{userId}/campaigns/{campaignId}/campaign-participations vers son BC (PIX-15278) #2869

Workflow file for this run

name: Trigger CircleCI
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches: dev
jobs:
trigger-ci:
runs-on: ubuntu-latest
steps:
- name: Trigger CircleCI
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.PIX_SERVICE_CIRCLE_CI_TOKEN }}