Skip to content

ci: try to make ci work try 7... #13

ci: try to make ci work try 7...

ci: try to make ci work try 7... #13

Workflow file for this run

name: CI
on: [push]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
mysql-version: ["8.0"]
uses: lejoko/ash_mysql/.github/workflows/ash-ci.yml@main
with:
mysql: true
mysql.version: ${{matrix.mysql-version}}

Check failure on line 12 in .github/workflows/elixir.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/elixir.yml (Line: 12, Col: 22): Invalid input, mysql.version is not defined in the referenced workflow. .github/workflows/elixir.yml (Line: 4, Col: 3): Error calling workflow 'lejoko/ash_mysql/.github/workflows/ash-ci.yml@main'. The nested job 'deploy-docs' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}