Skip to content

Commit d92d6f9

Browse files
npasquinnpasquin
authored andcommitted
fix(ci): remove invalid secrets check from if condition
1 parent c7dc6a0 commit d92d6f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ jobs:
131131
password: ${{ secrets.HARBOR_PASSWORD }}
132132

133133
- name: Log in to GitHub Container Registry
134-
if: ${{ secrets.GHCR_PAT != '' }}
135134
uses: docker/login-action@v3
136135
continue-on-error: true
137136
id: ghcr_login

0 commit comments

Comments
 (0)