Skip to content

Updated contents of configuration file .github/dependabot.yml #23

Updated contents of configuration file .github/dependabot.yml

Updated contents of configuration file .github/dependabot.yml #23

Workflow file for this run

name: Build HTML on merge
on:
pull_request:
branches:
- main
types: [closed]
workflow_dispatch:
jobs:
Generate_HTML:

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

View workflow run for this annotation

GitHub Actions / Build HTML on merge

Invalid workflow file

The workflow is not valid. .github/workflows/ci_html_build.yml (Line: 11, Col: 3): Error calling workflow 'spacetelescope/notebook-ci-actions/.github/workflows/ci_builder.yml@v3'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/ci_html_build.yml (Line: 11, Col: 3): Error calling workflow 'spacetelescope/notebook-ci-actions/.github/workflows/ci_builder.yml@v3'. The nested job 'generate_html' is requesting 'contents: write', but is only allowed 'contents: read'.
if: github.event.pull_request.merged == true
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_builder.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}