Skip to content

Merge branch 'main' of https://github.com/abnerbog/eds-notebook-submi… #5

Merge branch 'main' of https://github.com/abnerbog/eds-notebook-submi…

Merge branch 'main' of https://github.com/abnerbog/eds-notebook-submi… #5

Workflow file for this run

name: publish
on:
push:
branches: [main, postprint]
paths-ignore:
- 'README.md'
jobs:
build-and-execute:
uses: eds-book/notebooks-workflows/.github/workflows/build.yaml@main
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
deploy:

Check failure on line 16 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 16, Col: 3): Error calling workflow 'eds-book/notebooks-workflows/.github/workflows/deploy.yaml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
needs: build-and-execute
uses: eds-book/notebooks-workflows/.github/workflows/deploy.yaml@main