Skip to content

Commit

Permalink
Debug login.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Aug 29, 2024
1 parent 04e6617 commit f71b0bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerhub-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ permissions: read-all
jobs:
login:
runs-on: ubuntu-latest
environment: development_environment
steps:
- name: Debug secrets
run: |
echo "Username: ${{ secrets.TEST_SECRET }}"
echo "Test secret encrypted: ${{ secrets.TEST_SECRET }}"
echo "Blank null secret: ${{ secrets.NULL_SECRET }}"
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit f71b0bc

Please sign in to comment.