Skip to content

Commit aa2db2b

Browse files
committed
Fix clang job using REDHAT_USER secret
1 parent 3182e12 commit aa2db2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Login to GitHub Registry
6767
run: echo '${{ secrets.GITHUB_TOKEN }}' | docker login ${CONTAINER_REGISTRY} -u '${{ github.repository_owner }}' --password-stdin
6868
- name: Login to Red Hat Registry
69-
run: echo '${{ secrets.REDHAT_TOKEN }}' | docker login ${REDHAT_REGISTRY} -u '${{ env.REDHAT_USER }}' --password-stdin
69+
run: echo '${{ secrets.REDHAT_TOKEN }}' | docker login ${REDHAT_REGISTRY} -u '${{ secrets.REDHAT_USER }}' --password-stdin
7070
- name: Determine the Docker image name.
7171
run: |
7272
# Convert the repository name to lowercase as the organization name is

0 commit comments

Comments
 (0)