Skip to content

ci: relax rule

ci: relax rule #4

Workflow file for this run

# Main workflow file. This complex workflow declares
# primary automated jobs that are relevant to
# building and testing HyperCPU.
name: HyperCPU CI/CD Pipeline
on:
push:
jobs:
prepare:

Check failure on line 11 in .github/workflows/mainline.yml

View workflow run for this annotation

GitHub Actions / HyperCPU CI/CD Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/mainline.yml (Line: 11, Col: 3): Error calling workflow 'HyperCPU-Project/HyperCPU/.github/workflows/mainline-prepare.yml@0a57442d5781ef7a143faed278c76a0bb4606bbb'. The nested job 'build-docker-image' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/mainline-prepare.yml
package:
needs: prepare
uses: ./.github/workflows/mainline-compile.yml