Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 87f2061

Browse files
author
John Andersen
authored
ci: Add secret for tensorflow hub models
1 parent b5b2955 commit 87f2061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
cat > ${PYPI_TOKENS} <<EOF
7171
examples/shouldi=${{ secrets.PYPI_SHOULDI }}
7272
model/tensorflow=${{ secrets.PYPI_MODEL_TENSORFLOW }}
73+
model/tensorflow_hub=${{ secrets.PYPI_MODEL_TENSORFLOW_HUB }}
7374
model/scratch=${{ secrets.PYPI_MODEL_SCRATCH }}
7475
model/scikit=${{ secrets.PYPI_MODEL_SCIKIT }}
7576
source/mysql=${{ secrets.PYPI_SOURCE_MYSQL }}

0 commit comments

Comments
 (0)