Skip to content

Commit 86d8b8d

Browse files
authored
CI: remove old CLI arg from secrets fetch CLI syntax (fixes broken beta test matrix) (#59715)
1 parent c7fe31a commit 86d8b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/connector-test-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
python -m pip install --upgrade pip
121121
python -m pip install pipx
122122
uv tool run airbyte-cdk[dev] secrets fetch \
123-
--connector-name=${{ matrix.connector }} \
123+
${{ matrix.connector }} \
124124
--print-ci-secrets-masks
125125
126126
- name: Run Unit Tests
@@ -225,7 +225,7 @@ jobs:
225225
python -m pip install --upgrade pip
226226
python -m pip install pipx
227227
pipx run airbyte-cdk[dev] secrets fetch \
228-
--connector-name=${{ matrix.connector }} \
228+
${{ matrix.connector }} \
229229
--print-ci-secrets-masks
230230
231231
- name: Run Unit Tests

0 commit comments

Comments
 (0)