Skip to content

Commit

Permalink
add masking
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-maemae committed Nov 28, 2021
1 parent 562396d commit 1e33774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
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 }}"

0 comments on commit 1e33774

Please sign in to comment.