Skip to content

Nightly Testing

Nightly Testing #20

name: Nightly Testing
on:
schedule:
- cron: '0 6 * * *' # Runs at midnight Mountain every day
jobs:
nightly-testing:

Check failure on line 8 in .github/workflows/nightly-testing.yaml

View workflow run for this annotation

GitHub Actions / Nightly Testing

Invalid workflow file

The workflow is not valid. .github/workflows/nightly-testing.yaml (Line: 8, Col: 3): Error calling workflow 'owen-grady/uds-core-slim-dev/.github/workflows/test-eks.yaml@bae80b9b5d5d02443da5a56ddeec0a12b756625a'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Test Core on EKS
uses: ./.github/workflows/test-eks.yaml
secrets: inherit