debug deploy tokens

This commit is contained in:
Sergey Zhemoytel 2025-01-05 13:02:11 +03:00
parent 4b651a8305
commit bfda7bd6a5

View file

@ -89,7 +89,7 @@ runs:
- name: Deploy in repos packages
if: github.ref == 'refs/heads/rosa2016.1'
env:
CI_DEPLOY: ${{ secrets.CI_DEPLOY_TOKEN }}
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
run: |
echo "Deploying artifacts..."
echo "CI_DEPLOY: ${CI_DEPLOY:0:3}***${CI_DEPLOY: -3}"