Skip to content

Commit

Permalink
chore(ci): Update delivery credentials (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Feb 1, 2023
1 parent 00dd2e9 commit 566f3d2
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 @@ -85,7 +85,7 @@ jobs:
release: ${{ needs.get-version.outputs.release }}
nexus_username: ${{ secrets.REPOS_USERNAME }}
nexus_password: ${{ secrets.REPOS_PASSWORD }}
artifactory_token: ${{ secrets.ARTI_APT_TEST_TOKEN }}
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
cache_key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
update_repo_path: ${{ secrets.UPDATE_REPO_PATH }}
cloudfront_id: ${{ secrets.CLOUDFRONT_ID }}
Expand All @@ -111,8 +111,8 @@ jobs:
module_name: centreon-gorgone
distrib: ${{ matrix.distrib }}
version: ${{ needs.get-version.outputs.major_version }}
nexus_username: ${{ secrets.NEXUS_USER }}
nexus_password: ${{ secrets.NEXUS_PASSWD }}
artifactory_token: ${{ secrets.ARTI_APT_TEST_TOKEN }}
nexus_username: ${{ secrets.NEXUS_USERNAME }}
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
stability: ${{ needs.get-version.outputs.stability }}

0 comments on commit 566f3d2

Please sign in to comment.