summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-10 17:25:38 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-10 17:25:38 +0100
commit9a3ec31f198f59cc9d8b07084245c2784b407ac2 (patch)
treed1a5116c6f374ebb808cc82a20133ed2aba18b61
parent365eb11eb46ecc991ac4f15290ef7f862fac8a47 (diff)
Use secrets info build workflow
-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: