Skip to content

fix: dependabot failures due to no secrets #51

fix: dependabot failures due to no secrets

fix: dependabot failures due to no secrets #51

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- "doc/**"
- "**/*.md"
pull_request:
branches:
- main
jobs:
rspec:
strategy:
fail-fast: false
matrix:
groups: ["[0, 1, 2, 3]", "[4, 5, 6, 7]", "[8, 9, 10, 11]"]
uses: ./.github/workflows/rspec.yml

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

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 20, Col: 11): Error from called workflow rubyforgood/casa/.github/workflows/rspec.yml@13c42b5ec84fe795cd388f83c981b8c63b759c53 (Line: 127, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.ACCOUNT_NAME In .github/workflows/ci.yml (Line: 20, Col: 11): Error from called workflow rubyforgood/casa/.github/workflows/rspec.yml@13c42b5ec84fe795cd388f83c981b8c63b759c53 (Line: 138, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.ACCOUNT_NAME
secrets: inherit
with:
groups: ${{ matrix.groups }}
group_count: 12 # the total number of test groups, must match the groups listed in the matrix.groups
parallel_processes_count: 4 # the number of parallel processes to run tests in worker, must match the size of the
# inner arrays in the matrix.groups
combine_and_report:
uses: ./.github/workflows/combine_and_report.yml
needs: [rspec]
secrets: inherit