Skip to content

Scenario / council-chatbot #3

Scenario / council-chatbot

Scenario / council-chatbot #3

name: Scenario / council-chatbot
# Pilot caller for the per-scenario ephemeral-lease CI model. Triggered on
# changes that affect the council-chatbot scenario or the shared CI infra.
on:
pull_request:
paths:
- 'cloudformation/scenarios/council-chatbot/**'
- '.github/workflows/scenario-ci.yml'
- '.github/workflows/scenario-council-chatbot.yml'
- 'scripts/isb/**'
- 'tests/smoke/**'
workflow_dispatch:
concurrency:
# One run per branch; cancel a superseded run in flight (the new commit
# will get a fresh lease — releasing the old lease happens on the
# cancelled run's if: always() release step, or eventually by the janitor).
group: scenario-council-chatbot-${{ github.ref }}
cancel-in-progress: true
jobs:
smoke:

Check failure on line 24 in .github/workflows/scenario-council-chatbot.yml

View workflow run for this annotation

GitHub Actions / Scenario / council-chatbot

Invalid workflow file

The workflow is not valid. .github/workflows/scenario-council-chatbot.yml (Line: 24, Col: 3): Error calling workflow 'co-cddo/ndx_try_aws_scenarios/.github/workflows/scenario-ci.yml@f05fa7998aef84383dd290f48c73710c5e665a32'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/scenario-ci.yml
with:
scenario: council-chatbot
secrets: inherit