mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-05 08:39:15 +03:00
Use secrets in CI actions
This commit is contained in:
parent
9a3ec31f19
commit
dd6c5f7cd0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
Block a user