Skip to content

improvement: add mix ash_postgres.install (mix igniter.install ash_… #6

improvement: add mix ash_postgres.install (mix igniter.install ash_…

improvement: add mix ash_postgres.install (mix igniter.install ash_… #6

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:

Check failure on line 10 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: 10, Col: 3): Error calling workflow 'ash-project/ash/.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:
postgres-version: ["14", "15", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
postgres: true
postgres-version: ${{ matrix.postgres-version }}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}