Skip to content

Commit 82596b7

Browse files
committed
feat(workflows): add console password to test-add-replica-matrix job
- Included `console_password` parameter in the test-add-replica-matrix job. - Utilizes `${{ secrets.CONSOLE_PASSWORD }}` for secure password management.
1 parent 5598d09 commit 82596b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-add-replica-matrix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
--modulepath spec/fixtures/modules \
8484
architecture=${{ matrix.architecture }} \
8585
version=${{ matrix.version }} \
86+
console_password=${{ secrets.CONSOLE_PASSWORD }} \
8687
code_manager_auto_configure=true
8788
- name: Run add_replica plan
8889
timeout-minutes: 60

0 commit comments

Comments
 (0)