Use secrets info build workflow

pull/2699/head
nicolargo 2024-03-10 17:25:38 +01:00
parent 365eb11eb4
commit 9a3ec31f19
1 changed files with 13 additions and 0 deletions

View File

@ -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: