Skip to content

Merge pull request #10 from IEA-Paris/cms/articles/my-new-article #36

Merge pull request #10 from IEA-Paris/cms/articles/my-new-article

Merge pull request #10 from IEA-Paris/cms/articles/my-new-article #36

Workflow file for this run

name: Trigger PIAS CI
on:
push:
branches:
- main
paths-ignore:
- "infra/**"
jobs:
SANDBOX:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Invoke PIAS workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: ci
repo: IEA-Paris/PIAS
token: ${{ secrets.SERVICE_USER_PAT }}
ref: refs/heads/main
inputs: '{ "name": "SANDBOX", "domain": "sandbox" }'