Skip to content

Commit 2433c41

Browse files
authored
Update .github/workflows/regression-tests.yaml
1 parent 685e045 commit 2433c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: Log into Docker.io using new token
2020
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
2121
with:
22-
username: ${{ secrets.DOCKER_USERNAME }}
22+
username: ${{ vars.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}

0 commit comments

Comments
 (0)