Skip to content

Commit

Permalink
Merge pull request #173 from stfc/update_harbor_access
Browse files Browse the repository at this point in the history
ENH: Changed rabbit harbor access
  • Loading branch information
Dmitry-Popovichev authored Sep 20, 2024
2 parents 7394c9a + df42d09 commit 76c8542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rabbit_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: harbor.stfc.ac.uk
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_TOKEN }}
username: ${{ secrets.STAGING_HARBOR_USERNAME }}
password: ${{ secrets.STAGING_HARBOR_TOKEN }}

- name: Set commit SHA for later
id: commit_sha
Expand Down

0 comments on commit 76c8542

Please sign in to comment.