From 1e33774d7daf5adfd26f0cbf65039bf42eaaf9e2 Mon Sep 17 00:00:00 2001 From: cocoa-maemae Date: Sun, 28 Nov 2021 19:41:33 +0900 Subject: [PATCH] add masking --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 517f9821..05aff896 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,4 +38,4 @@ jobs: - name: upload to pypi run: | # upload to pypi - sudo python3 tools/script/deploy_to_pypi.py "${{ github.event.inputs.username }}" "${{ github.event.inputs.password }}" "${{ github.event.inputs.is_test }}" \ No newline at end of file + sudo python3 tools/script/deploy_to_pypi.py "::add-mask::${{ github.event.inputs.username }}" "::add-mask::${{ github.event.inputs.password }}" "${{ github.event.inputs.is_test }}" \ No newline at end of file