Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
b9447fdd
Unverified
Commit
b9447fdd
authored
Aug 29, 2023
by
Omkar Salpekar
Committed by
GitHub
Aug 29, 2023
Browse files
Separate Test Token for Conda Uploads (#7900)
parent
e9285370
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
.github/workflows/build-conda-linux.yml
.github/workflows/build-conda-linux.yml
+1
-0
.github/workflows/build-conda-m1.yml
.github/workflows/build-conda-m1.yml
+1
-0
.github/workflows/build-conda-macos.yml
.github/workflows/build-conda-macos.yml
+1
-0
.github/workflows/build-conda-windows.yml
.github/workflows/build-conda-windows.yml
+1
-0
No files found.
.github/workflows/build-conda-linux.yml
View file @
b9447fdd
...
...
@@ -49,3 +49,4 @@ jobs:
trigger-event
:
${{ github.event_name }}
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
.github/workflows/build-conda-m1.yml
View file @
b9447fdd
...
...
@@ -50,3 +50,4 @@ jobs:
trigger-event
:
${{ github.event_name }}
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
.github/workflows/build-conda-macos.yml
View file @
b9447fdd
...
...
@@ -50,3 +50,4 @@ jobs:
trigger-event
:
${{ github.event_name }}
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
.github/workflows/build-conda-windows.yml
View file @
b9447fdd
...
...
@@ -49,3 +49,4 @@ jobs:
trigger-event
:
${{ github.event_name }}
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN_TEST
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment