Skip to content

update all dependencies #4

update all dependencies

update all dependencies #4

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 'cycle-five/cracktunes/.github/workflows/docker.yml@638509986e6cdb2ac3c40edd0935f007ab27df8c'. The nested job 'Build & Push Docker Image' is requesting 'packages: write', but is only allowed 'packages: read'.
name: Docker
needs: [build, lint]
uses: ./.github/workflows/docker.yml
secrets: inherit