From 06d89618bfe78b91069f896cea5d1d561731913c Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 4 Jan 2025 23:39:08 +0300 Subject: [PATCH] update action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 7b9e48b..4731163 100644 --- a/action.yml +++ b/action.yml @@ -88,6 +88,8 @@ runs: - name: Deploy in repos packages if: github.ref == 'refs/heads/rosa2016.1' + env: + CI_DEPLOY: ${{ secrets.CI_DEPLOY }} run: | echo "Deploying artifacts..." for file in /home/builder/rpmbuild/SRPMS/*.rpm; do @@ -102,6 +104,9 @@ runs: done - name: Deploy in buildkitie + if: github.ref == 'refs/heads/rosa2016.1' + env: + PUBLICATOR: ${{ secrets.PUBLICATOR }} run: | echo "Deploying src artifacts..." for file in /home/builder/rpmbuild/SRPMS/*.rpm; do