Skip to content

Push Nightly Release #916

Push Nightly Release

Push Nightly Release #916

name: Push Nightly Release
on:
workflow_dispatch:
schedule:
- cron: 00 11 * * *
jobs:
build_test_upload:

Check failure on line 9 in .github/workflows/nightly_release.yml

View workflow run for this annotation

GitHub Actions / Push Nightly Release

Invalid workflow file

The workflow is not valid. .github/workflows/nightly_release.yml (Line: 9, Col: 3): Error calling workflow 'pytorch/data/.github/workflows/_build_test_upload.yml@1a98f21ecd1f53fe7e75eeb76a772757f2b03aeb'. The workflow is requesting 'contents: write, id-token: write', but is only allowed 'contents: read, id-token: none'.
if: |
github.repository == 'pytorch/data' && github.ref_name == 'main'
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: "main"
pre_dev_release: true
pytorch_version: ""
secrets:
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}