Skip to content

Commit

Permalink
chore(ci): Update inputs for credentials (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Feb 3, 2023
1 parent fc54791 commit 3323006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 }}
Expand Down

0 comments on commit 3323006

Please sign in to comment.