Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Build and Deploy to Sandbox #1

Build and Deploy to Sandbox

Build and Deploy to Sandbox #1

name: Build and Deploy to Sandbox
on: workflow_dispatch
jobs:
buildDeploySandbox:
uses: ./.github/workflows/build-deploy.yml
secrets:
DOCKER: ${{ secrets.DOCKER }}

Check failure on line 7 in .github/workflows/deploy-sandbox.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy to Sandbox

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-sandbox.yml (Line: 7, Col: 15): Invalid secret, DOCKER is not defined in the referenced workflow. .github/workflows/deploy-sandbox.yml (Line: 9, Col: 19): Invalid secret, GKE_SA_KEY is not defined in the referenced workflow.
GH_PAT: ${{ secrets.GH_PAT }}
GKE_SA_KEY: ${{ secrets.GKE_SA_KEY }}
GKE_PROJECT: ${{ secrets.GKE_PROJECT }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
with:
env: quai-sandbox
awk: sed -e "s/pre/rc/g" | awk -F . '{print $1"."$2"."$3"."$4+1}'
rails: '[[ ! "$VERSION" =~ "pre" ]]'