Skip to content

Commit 7ef466a

Browse files
committed
Test with envs and secrets
1 parent a0e1c00 commit 7ef466a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Print environment variables
3131
run: |
3232
echo "DOCKERHUB_USERNAME=${{ env.DOCKERHUB_USERNAME }}"
33-
echo "DOCKERHUB_TOKEN=${{ env.DOCKERHUB_TOKEN }}"
33+
echo "DOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }}"
3434
-
3535
name: Login to Docker Hub
3636
uses: docker/login-action@v3

0 commit comments

Comments
 (0)