Skip to content

Update ci.yml

Update ci.yml #59

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 8, Col: 25): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.MOODLE_ORG_TOKEN
disable_behat: false
disable_grunt: false
release_branches: main
min_php: '7.4'
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}