Skip to content

Switched to correct secret #34

Switched to correct secret

Switched to correct secret #34

Workflow file for this run

name: Deploy to Lambda Feedback
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
deploy:
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
with:
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-wolfram'
build-platforms: 'gcp'
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}}
gcp_credentials: ${{ secrets.GCP_DEPLOY }}

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

View workflow run for this annotation

GitHub Actions / Deploy to Lambda Feedback

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 20, Col: 24): Invalid secret, gcp_credentials is not defined in the referenced workflow.