Skip to content

Fixed commit token. #599

Fixed commit token.

Fixed commit token. #599

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- develop
- "feature-*"
- "release-*"
pull_request:
branches:
- main
- develop
- "feature-*"
- "release-*"
workflow_dispatch:
jobs:
validate-repo-markdown:
uses: ./.github/workflows/workflow-validate-repo-markdown.yml
validate-website:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/workflow-generate-website.yml
with:
commit_resources: false
push-website:
if: github.event_name == 'push'
uses: ./.github/workflows/workflow-generate-website.yml
with:
commit_resources: true
secrets:
COMMIT_TOKEN: ${{ secrets.COMMIT_TOKEN }}

Check failure on line 30 in .github/workflows/status-ci-cd.yml

View workflow run for this annotation

GitHub Actions / CI/CD

Invalid workflow file

The workflow is not valid. .github/workflows/status-ci-cd.yml (Line: 30, Col: 21): Invalid secret, COMMIT_TOKEN is not defined in the referenced workflow.