Skip to content

Embeddings Refresher (#169) #118

Embeddings Refresher (#169)

Embeddings Refresher (#169) #118

name: Build and Deploy - Staging
on:
push:
branches:
- main
workflow_dispatch:
jobs:
call-reusable-build-and-deploy:
uses: ./.github/workflows/template-build-deploy.yml
with:
githubEnvironment: 'Staging'
deployEnvironment: 'stage'
AppName: ${{ vars.APP_NAME }}
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_SUBSCRIPTION: ${{ secrets.AZURE_SUBSCRIPTION }}
AZURE_RG: ${{ secrets.AZURE_RG }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
ConnectionString: ${{ secrets.CONNECTION_STRING }}
OpenAiApiKey: ${{ secrets.OPENAI_API_KEY }}
GH_PAT: ${{ secrets.GH_PAT }}

Check failure on line 27 in .github/workflows/stage-build-deploy.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy - Staging

Invalid workflow file

The workflow is not valid. .github/workflows/stage-build-deploy.yml (Line: 27, Col: 15): Invalid secret, GH_PAT is not defined in the referenced workflow.
GithubRepoToken: ${{ secrets.GITHUB_TOKEN }}