Skip to content

Moved secrets section to job-level of GitHub workflow file #103

Moved secrets section to job-level of GitHub workflow file

Moved secrets section to job-level of GitHub workflow file #103

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
- "main"
- "master"
pull_request:
types: [opened, reopened]
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
ci-job:
name: Checks
uses: ./.github/workflows/checks.yml

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 20, Col: 11): Error from called workflow exasol/saas-api-python/.github/workflows/checks.yml@0e19e95f71a2ab66d08837580a2aa9c688e4b96d (Line: 96, Col: 5): Unexpected value 'secrets'
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml