Skip to content

Specify which attributes to show in table (#5) #7

Specify which attributes to show in table (#5)

Specify which attributes to show in table (#5) #7

Workflow file for this run

#name: Deploy Main to Staging
#on:
# push:
# branches:
# - "main"
#jobs:
# call_build_and_push:
# uses: ./.github/workflows/build.yml
# with:
# image_name: ${{ github.repository }}
# image_tag: main
# secrets: inherit
# deploy:
# needs: [call_build_and_push]
# uses: ./.github/workflows/_update_terraform.yml
# with:
# image_tag: main
# deployment_environment: staging
# secrets: inherit