diff --git a/.github/workflows/gorgone.yml b/.github/workflows/gorgone.yml index 2ae38cdf9bf..4bac2bc7958 100644 --- a/.github/workflows/gorgone.yml +++ b/.github/workflows/gorgone.yml @@ -62,8 +62,8 @@ jobs: release: ${{ needs.get-version.outputs.release }} cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }} secrets: - artifactory_username: ${{ secrets.REPOS_USERNAME }} - artifactory_password: ${{ secrets.REPOS_PASSWORD }} + registry_username: ${{ secrets.AUTOMATION_USERNAME }} + registry_password: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} deliver-rpm: runs-on: [self-hosted, common] @@ -86,8 +86,8 @@ jobs: version: ${{ needs.get-version.outputs.major_version }} minor_version: ${{ needs.get-version.outputs.minor_version }} release: ${{ needs.get-version.outputs.release }} - nexus_username: ${{ secrets.REPOS_USERNAME }} - nexus_password: ${{ secrets.REPOS_PASSWORD }} + nexus_username: ${{ secrets.NEXUS_USERNAME }} + nexus_password: ${{ secrets.NEXUS_PASSWORD }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} cache_key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} update_repo_path: ${{ secrets.UPDATE_REPO_PATH }}