Skip to content

Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 #16

Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0

Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 #16

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- develop
- "feature-*"
- "release-*"
pull_request:
branches:
- main
- develop
- "feature-*"
- "release-*"
workflow_dispatch:
merge_group:
jobs:
validate-repo-markdown:

Check failure on line 18 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: 18, Col: 3): Error calling workflow 'metaschema-framework/metaschema/.github/workflows/workflow-validate-repo-markdown.yml@8059b480b496281c6960b9b28cc08688705c322d'. The nested job 'validate-repo-markdown' is requesting 'issues: write', but is only allowed 'issues: none'.
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 }}