debug deploy tokens

This commit is contained in:
Sergey Zhemoytel 2025-01-05 13:41:28 +03:00
parent 1f003b490b
commit 6e55f913b8

View file

@ -86,8 +86,7 @@ runs:
source .env
rpmbuild -ba ${SPECFILE}
- name: Deploy in repos packages
if: github.ref == 'refs/heads/rosa2016.1'
- name: DEBUG tokens
env:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
run: |
@ -99,6 +98,12 @@ runs:
echo "Publicator token: ${inputs.PUBLICATOR:0:3}***${inputs.PUBLICATOR: -3}"
echo "CI deploy token: ${inputs.CI_DEPLOY:0:3}***${inputs.CI_DEPLOY: -3}"
echo "********************************************************************"
- name: Deploy in repos packages
if: github.ref == 'refs/heads/rosa2016.1'
env:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
run: |
cd /home/builder/rpmbuild/SRPMS/
for file in *.rpm; do
curl --user ${GITHUB_REPOSITORY_OWNER}:${{ secrets.CI_DEPLOY }} \