Skip to content

Merge pull request #1 from lambda-feedback/fix/IO-and-structure #4

Merge pull request #1 from lambda-feedback/fix/IO-and-structure

Merge pull request #1 from lambda-feedback/fix/IO-and-structure #4

Workflow file for this run

name: Deploy to Lambda Feedback
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
setup:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Wolfram Licence Key
env:
MATHPASS: ${{ secrets.WOLFRAM_ENGINE_MATHPASS }}
if: ${{ env.MATHPASS == '' }}
run: |
echo "Set WOLFRAM_ENGINE_MATHPASS in secrets"
exit 1
deploy:
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main

Check failure on line 31 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main" (source branch with sha:0f054d008ceeb43d8d89065101056c8c3079d3c9) --> "./.github/workflows/lambda_build.yml" (source branch with sha:0f054d008ceeb43d8d89065101056c8c3079d3c9) : (Line: 125, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.LICENSE != '', (Line: 142, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.LICENSE != ''
needs: setup
with:
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-wolfram"
build-target: final-private
permissions:
contents: read
id-token: write
packages: write
secrets:
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
function-admin-api-key: ${{ secrets.FUNCTION_ADMIN_API_KEY}}
build-secrets: |
"mathpass=${{ secrets.WOLFRAM_ENGINE_MATHPASS }}"