Skip to content

Change workflows

Change workflows #228

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
jobs:
run:

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 3): Error calling workflow 'hiddify/hiddify-next/.github/workflows/build.yml@d5d26dd311ec9c1414f75859609b4a824a0266d9'. The nested job 'build' is requesting 'actions: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions: none, checks: none, contents[...] .github/workflows/ci.yml (Line: 19, Col: 3): Error calling workflow 'hiddify/hiddify-next/.github/workflows/build.yml@d5d26dd311ec9c1414f75859609b4a824a0266d9'. The nested job 'update-draft' is requesting 'actions: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions: none, checks: none, c[...]
uses: ./.github/workflows/build.yml
secrets: inherit
with:
upload-artifact: false