Skip to content

Merge remote-tracking branch 'aquelemiguel/parrot/main' #15

Merge remote-tracking branch 'aquelemiguel/parrot/main'

Merge remote-tracking branch 'aquelemiguel/parrot/main' #15

Workflow file for this run

name: CI Workflow
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
lint:
name: Lint
uses: ./.github/workflows/lint.yml
secrets: inherit
docker:

Check failure on line 20 in .github/workflows/ci_workflow.yml

View workflow run for this annotation

GitHub Actions / CI Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/ci_workflow.yml (Line: 20, Col: 3): Error calling workflow 'blimp4242/parrot/.github/workflows/docker.yml@4a5145c612445f135bf2b3b7bbf202b611cb7365'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: read'.
name: Docker
needs: [build, lint]
uses: ./.github/workflows/docker.yml
secrets: inherit