Skip to content

Added gcp creds secret #32

Added gcp creds secret

Added gcp creds secret #32

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

Check failure on line 12 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: 12, Col: 11): Secret aws-key-id is required, but not provided while calling. .github/workflows/deploy.yml (Line: 12, Col: 11): Secret aws-secret-key is required, but not provided while calling.
with:
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-wolfram'
build-platforms: 'gcp'
secrets:
function-admin-api-key: ${{ secrets.FUNCTION_ADMIN_API_KEY}}
gcp_credentials: ${{ secrets.gcp_credentials }}