Skip to content

Commit

Permalink
Use secrets.HARBOR_USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas K Lengyel committed Jan 30, 2024
1 parent f37023d commit e8b5108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: amr-registry.caas.intel.com
username: robot$tsffs+tsffs_ga_bot
username: ${{ secrets.HARBOR_USERNAME}}
password: ${{ secrets.HARBOR_PAT }}

- name: Build and push
Expand Down

0 comments on commit e8b5108

Please sign in to comment.