Skip to content

Updated projects on Fri Oct 27 04:21:38 PDT 2023 #287

Updated projects on Fri Oct 27 04:21:38 PDT 2023

Updated projects on Fri Oct 27 04:21:38 PDT 2023 #287

Workflow file for this run

name: Documentation Update
on:
push:
pull_request:
schedule:
# Run at 2AM daily:
- cron: '0 2 * * *'
jobs:
docs:

Check failure on line 11 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / Documentation Update

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 11, Col: 3): Error calling workflow 'klauer/pcds-ci-helpers/.github/workflows/python-docs.yml@enh_timeout_minutes'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: "Documentation"
uses: klauer/pcds-ci-helpers/.github/workflows/python-docs.yml@enh_timeout_minutes
with:
deploy: ${{ github.repository_owner == 'pcdshub' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
# There's no package to install here:
package-name: ""
install-package: false
requirements-files: "requirements.txt"
timeout-minutes: 720