Skip to content

Commit ede99f4

Browse files
authored
Update blank.yml
1 parent 6e746db commit ede99f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1919
- uses: actions/checkout@v4
2020
- name: authenticate
21-
run: echo "$DOCKER_PAT" | docker login registry.example.com -u redblackbird --password-stdin
21+
run: echo "DOCKER_PAT_KEY" | docker login registry.example.com -u redblackbird --password-stdin
2222

2323
# Runs a set of commands using the runners shell
2424
- name: Run a multi-line script

0 commit comments

Comments
 (0)