Skip to content

ci: try to make ci work try 8... #14

ci: try to make ci work try 8...

ci: try to make ci work try 8... #14

Workflow file for this run

name: CI
on: [push]
jobs:
ash-ci:

Check failure on line 4 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: 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'.
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}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}