FIX: printing them or sum
This commit is contained in:
parent
a781fbafdd
commit
27c39efee3
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -13,6 +13,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Debug secrets (temporary)
|
||||
run: |
|
||||
echo "Username (first 5 chars): ${{ secrets.DOCKER_USERNAME }}"
|
||||
echo "Password (first 5 chars): ${{ secrets.DOCKER_TOKEN }}" # Or DOCKER_PASSWORD
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user