mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
debug deploy tokens
This commit is contained in:
parent
6e55f913b8
commit
e0de13ae0c
1 changed files with 4 additions and 2 deletions
|
@ -88,11 +88,13 @@ runs:
|
|||
|
||||
- name: DEBUG tokens
|
||||
env:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
CI_DEPLOY_SEC: ${{ secrets.CI_DEPLOY }}
|
||||
CI_DEPLOY: ${{ inputs.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ inputs.PUBLICATOR }}
|
||||
run: |
|
||||
echo "Deploying artifacts..."
|
||||
echo "********************************************************************"
|
||||
echo "CI_DEPLOY: ${CI_DEPLOY:0:3}***${CI_DEPLOY: -3}"
|
||||
echo "CI_DEPLOY: ${CI_DEPLOY_SEC:0:3}***${CI_DEPLOY_SEC: -3}"
|
||||
echo
|
||||
echo
|
||||
echo "Publicator token: ${inputs.PUBLICATOR:0:3}***${inputs.PUBLICATOR: -3}"
|
||||
|
|
Loading…
Add table
Reference in a new issue