From 5a98b180c1b3b20bb2fef645e93dbdac49450b2b Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sun, 5 Jan 2025 05:00:16 +0300 Subject: [PATCH] debug deploy tokens --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index c837e92..2044aa0 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: - name: Deploy in repos packages if: github.ref == 'refs/heads/rosa2016.1' - env: + env: CI_DEPLOY: ${{ secrets.CI_DEPLOY }} run: | echo "Deploying artifacts..." @@ -107,8 +107,8 @@ runs: - name: Deploy in buildkitie if: github.ref == 'refs/heads/rosa2016.1' -# env: -# PUBLICATOR: ${{ secrets.PUBLICATOR }} + env: + PUBLICATOR: ${{ secrets.PUBLICATOR }} run: | echo "Deploying src artifacts..." for file in /home/builder/rpmbuild/SRPMS/*.rpm; do