Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
use secrets for docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapurso committed Jan 29, 2024
1 parent ca76106 commit 74b0652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oidc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{env.APP_USER}}
password: ${{env.APP_SECRET}}
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}

0 comments on commit 74b0652

Please sign in to comment.