summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e224b79b..b5e4964a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,6 +14,19 @@ env:
on:
workflow_call:
+ secrets:
+ TEST_PYPI_API_TOKEN:
+ description: 'Test PyPI API token'
+ required: true
+ PYPI_API_TOKEN:
+ description: 'PyPI API token'
+ required: true
+ DOCKER_USERNAME:
+ description: 'Docker Hub username'
+ required: true
+ DOCKER_TOKEN:
+ description: 'Docker Hub token'
+ required: true
# pull_request:
# branches: [ develop ]
# push: