Skip to content

chore(hooks): add Claude Code hook guard, scrub legacy hooksPath refs… #8

chore(hooks): add Claude Code hook guard, scrub legacy hooksPath refs…

chore(hooks): add Claude Code hook guard, scrub legacy hooksPath refs… #8

Workflow file for this run

# https://github.com/vergil-project/vergil-actions/blob/develop/.github/workflows/README.md
name: CD
on:
push:
branches: [develop, main]
workflow_dispatch:
permissions:
attestations: write
contents: write
id-token: write
pull-requests: write
jobs:
docs:
uses: vergil-project/vergil-actions/.github/workflows/cd-docs.yml@v2.0
with:
pre-deploy-command: >-
uv sync --frozen --group docs &&
git clone --depth 1 --branch develop
https://github.com/mq-rest-admin-project/mq-rest-admin-common.git
.mq-rest-admin-common
permissions:
contents: write
release:
if: github.ref == 'refs/heads/main'
uses: vergil-project/vergil-actions/.github/workflows/cd-release.yml@v2.0
with:
language: python
container-tag: "3.14"
registry-publish: true
secrets:
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}

Check failure on line 35 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / CD

Invalid workflow file

The workflow is not valid. .github/workflows/cd.yml (Line: 35, Col: 22): Invalid secret, APP_CLIENT_ID is not defined in the referenced workflow. .github/workflows/cd.yml (Line: 36, Col: 24): Invalid secret, APP_PRIVATE_KEY is not defined in the referenced workflow.
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}