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