Skip to content

fix

fix #4

Workflow file for this run

name: Action
on:
workflow_dispatch:
push:
branches:
- main
defaults:
run:
working-directory: ./
shell: bash
permissions: read-all
jobs:
build:

Check failure on line 17 in .github/workflows/action.yaml

View workflow run for this annotation

GitHub Actions / Action

Invalid workflow file

The workflow is not valid. .github/workflows/action.yaml (Line: 17, Col: 3): Error calling workflow 'philwelz/next-gen-cicd/.github/workflows/docker-build.yaml@4889b803ccbdd965634657835fe3e177ddcbb749'. The nested job 'docker-build' is requesting 'packages: write', but is only allowed 'packages: read'.
name: gh-runner
uses: ./.github/workflows/docker-build.yaml
with:
REGISTRY: ghcr.io
ORGANISATION_NAME: philwelz