Skip to content

Fix feedback link

Fix feedback link #33

name: Build and Deploy
on: push
jobs:
react:
name: React
uses: pennlabs/shared-actions/.github/workflows/react.yaml@main

Check failure on line 6 in .github/workflows/build-and-deploy.yaml

View workflow run for this annotation

GitHub Actions / Build and Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-deploy.yaml (Line: 6, Col: 11): Input gitSha is required, but not provided while calling.
with:
imageName: penn-basics
path: .
githubRef: ${{ github.ref }}
skipReactCheck: true
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
deployment:
name: Deploy
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@main
with:
githubRef: ${{ github.ref }}
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
GH_AWS_ACCESS_KEY_ID: ${{ secrets.GH_AWS_ACCESS_KEY_ID }}
GH_AWS_SECRET_ACCESS_KEY: ${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}
needs:
- react