Skip to content

chore(deps): update stakater/.github action to v0.0.114 (0.12) #770

chore(deps): update stakater/.github action to v0.0.114 (0.12)

chore(deps): update stakater/.github action to v0.0.114 (0.12) #770

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- "main"
- "[0-9]+.[0-9]+"
jobs:
doc_qa:
uses: stakater/.github/.github/workflows/[email protected]
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build_container:
if: ${{ github.base_ref == 'main' }}
uses: stakater/.github/.github/workflows/[email protected]

Check failure on line 18 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yaml (Line: 18, Col: 11): Input CONTAINER_REGISTRY_URL is required, but not provided while calling. .github/workflows/pull_request.yaml (Line: 23, Col: 31): Invalid secret, CONTAINER_REGISTRY_URL is not defined in the referenced workflow.
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments
DOCKER_FILE_PATH: Dockerfile
secrets:
CONTAINER_REGISTRY_URL: ghcr.io/stakater
CONTAINER_REGISTRY_USERNAME: stakater-user
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.STAKATER_GITHUB_TOKEN }}
deploy_doc:
uses: stakater/.github/.github/workflows/[email protected]
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}