debug deploy tokens

This commit is contained in:
Sergey Zhemoytel 2025-01-05 05:00:16 +03:00
parent 24e22f3b59
commit 5a98b180c1

View file

@ -88,7 +88,7 @@ runs:
- name: Deploy in repos packages - name: Deploy in repos packages
if: github.ref == 'refs/heads/rosa2016.1' if: github.ref == 'refs/heads/rosa2016.1'
env: env:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }} CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
run: | run: |
echo "Deploying artifacts..." echo "Deploying artifacts..."
@ -107,8 +107,8 @@ runs:
- name: Deploy in buildkitie - name: Deploy in buildkitie
if: github.ref == 'refs/heads/rosa2016.1' if: github.ref == 'refs/heads/rosa2016.1'
# env: env:
# PUBLICATOR: ${{ secrets.PUBLICATOR }} PUBLICATOR: ${{ secrets.PUBLICATOR }}
run: | run: |
echo "Deploying src artifacts..." echo "Deploying src artifacts..."
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do for file in /home/builder/rpmbuild/SRPMS/*.rpm; do