Skip to content

Documented the OSS "sticky" directive in the upstream module. #45

Documented the OSS "sticky" directive in the upstream module.

Documented the OSS "sticky" directive in the upstream module. #45

Workflow file for this run

name: Deploy nginx.org
on:
push:
branches:
- "**"
workflow_dispatch:
inputs:
deployment_env:
type: choice
description: Deployment environment
options:
- staging
- prod
default: staging
permissions:
contents: read
id-token: write
jobs:
deploy:
name: Deploy nginx.org
uses: nginxinc/docs-actions/.github/workflows/nginx.org-make-aws.yml@main

Check failure on line 25 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Deploy nginx.org

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 25, Col: 11): Secret AZURE_VAULT_CLIENT_ID is required, but not provided while calling. .github/workflows/build.yml (Line: 25, Col: 11): Secret AZURE_VAULT_SUBSCRIPTION_ID is required, but not provided while calling.
with:
deployment_env: ${{ github.event_name == 'workflow_dispatch' && inputs.deployment_env || 'staging' }}
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_ROLE_NAME: ${{ secrets.AWS_ROLE_NAME }}
ALLOWED_USERS: ${{ secrets.ALLOWED_USERS }}