Skip to content

Prevent reference from bleeding into the margin. #1

Prevent reference from bleeding into the margin.

Prevent reference from bleeding into the margin. #1

name: Test building book and website with default image
on:
push:
jobs:
build-and-push-image:

Check failure on line 7 in .github/workflows/test-book-website-push.yml

View workflow run for this annotation

GitHub Actions / Test building book and website with default image

Invalid workflow file

The workflow is not valid. .github/workflows/test-book-website-push.yml (Line: 7, Col: 3): Error calling workflow 'cedounet/the-sourdough-framework/.github/workflows/docker-build-push.yml@a3e94d26d671aaf43896977b3cf9aa6dc6682466'. The nested job 'build-and-push-image' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/docker-build-push.yml
test-building-book-website:
needs: build-and-push-image
uses: ./.github/workflows/test-book-website.yml
with:
docker-image: ghcr.io/${{ github.repository }}:latest