Skip to content

Push Nightly Release #908

Push Nightly Release

Push Nightly Release #908

name: Push Nightly Release
on:
workflow_dispatch:
schedule:
- cron: 00 11 * * *
jobs:
build_test_upload:
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:
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}

Check failure on line 18 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: 18, Col: 41): Invalid secret, PYTORCH_BINARY_AWS_ACCESS_KEY_ID is not defined in the referenced workflow. .github/workflows/nightly_release.yml (Line: 19, Col: 45): Invalid secret, PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY is not defined in the referenced workflow.
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}