Skip to content

chore: set workflow level env #18

chore: set workflow level env

chore: set workflow level env #18

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
workflow_call:
env:
IGNITERJS_BUILD: 1
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
spark-formatter: false
spark-cheat-sheets: false
sobelow: false
igniter-upgrade: false
rustler-precompiled-var: IGNITERJS_BUILD

Check failure on line 20 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: 20, Col: 32): Invalid input, rustler-precompiled-var is not defined in the referenced workflow.
rustler-precompiled-module: IgniterJs.Native
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}