Skip to content

Commit b1420fb

Browse files
authored
ci: Remove duplicate vault login (#249)
Changes proposed in this pull request: - Remove duplicate vault login in the CI workflow that publishes reference documentation.
1 parent f1f9c76 commit b1420fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/on-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
--suffix -docs
4848
- name: Update Sphinx deployment in Kubernetes (Production)
4949
run: |
50-
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
5150
./ci vault awsKey -t $(cat .token) -r deploy-eks-prod -o ./.aws-credentials
5251
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
5352
. ./.aws-credentials;

0 commit comments

Comments
 (0)