Skip to content

Commit

Permalink
ENH: Changed secrets in workflow to reflex repo secret changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Sep 20, 2024
1 parent fa89dca commit 7e5b7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud_chatops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
uses: docker/login-action@v3
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: Build and push to staging project
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 7e5b7a7

Please sign in to comment.