mirror of https://github.com/nicolargo/glances.git
Use secrets in CI actions
This commit is contained in:
parent
9a3ec31f19
commit
dd6c5f7cd0
|
|
@ -20,4 +20,9 @@ jobs:
|
|||
needs: [quality, test]
|
||||
build:
|
||||
uses: ./.github/workflows/build.yml
|
||||
secrets:
|
||||
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
needs: [quality, test, webui]
|
||||
|
|
|
|||
Loading…
Reference in New Issue