Skip to content

Commit ddf5e2c

Browse files
committed
test
1 parent d984fa1 commit ddf5e2c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Check out code
1717
uses: actions/checkout@v6
1818

19+
- name: wtf
20+
run: |
21+
echo "${{ vars.DOCKER_HUB_TEST_TOKEN }}"
22+
echo "${{ vars.DOCKER_HUB_TEST_USERNAME }}"
23+
1924
# We need to login to dhi.io for getting hardened base image and to Docker Hub for using Docker Scout
2025
- name: Login
2126
uses: ./.github/actions/login

0 commit comments

Comments
 (0)