You need to sign in or sign up before continuing.
Commit 6fb68544 authored by Omkar Salpekar's avatar Omkar Salpekar Committed by Facebook GitHub Bot
Browse files

Separate Test Token for Conda Uploads (#3582)

Summary:
We will use a separate token for uploading test binaries (instead of reusing the nightly token). This PR adds that token to the caller workflow.

Pull Request resolved: https://github.com/pytorch/audio/pull/3582

Reviewed By: atalman

Differential Revision: D48803009

Pulled By: osalpekar

fbshipit-source-id: c2af57f6946da51a7b56c975614e60f243e3f6fb
parent 5ee254e3
...@@ -50,3 +50,4 @@ jobs: ...@@ -50,3 +50,4 @@ jobs:
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
secrets: secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }} CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
...@@ -45,3 +45,4 @@ jobs: ...@@ -45,3 +45,4 @@ jobs:
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
secrets: secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }} CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
...@@ -49,3 +49,4 @@ jobs: ...@@ -49,3 +49,4 @@ jobs:
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
secrets: secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }} CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
...@@ -50,3 +50,4 @@ jobs: ...@@ -50,3 +50,4 @@ jobs:
trigger-event: ${{ github.event_name }} trigger-event: ${{ github.event_name }}
secrets: secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }} CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment