Skip to content

Rename author from Facebook, Inc. to Meta Platforms, Inc. (#4256) #1

Rename author from Facebook, Inc. to Meta Platforms, Inc. (#4256)

Rename author from Facebook, Inc. to Meta Platforms, Inc. (#4256) #1

Workflow file for this run

name: Test Website
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- "tutorials/**"
- "docs/**"
- "scripts/**"
- "website/**"
workflow_dispatch:
jobs:
website:

Check failure on line 16 in .github/workflows/test_website.yml

View workflow run for this annotation

GitHub Actions / Test Website

Invalid workflow file

The workflow is not valid. .github/workflows/test_website.yml (Line: 16, Col: 3): Error calling workflow 'mpolson64/Ax/.github/workflows/publish_website.yml@116c3c35bcd1862216b5def64e3375bf8d4c7eef'. The nested job 'build-website' is requesting 'contents: write', but is only allowed 'contents: read'. .github/workflows/test_website.yml (Line: 16, Col: 3): Error calling workflow 'mpolson64/Ax/.github/workflows/publish_website.yml@116c3c35bcd1862216b5def64e3375bf8d4c7eef'. The nested job 'deploy-website' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
name: Test building website
uses: ./.github/workflows/publish_website.yml
with:
dry_run: true
pinned_botorch: false
run_tutorials: false