Skip to content

Commit c3669aa

Browse files
authored
remove gha ssh key (#38)
1 parent 3cddacb commit c3669aa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/dev-build-deploy-on-main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
repository: mindsdb/github-actions
2525
path: github-actions
26-
ssh-key: ${{ secrets.GH_ACTIONS_PULL_SSH }}
2726
- uses: ./github-actions/setup-env
2827
- uses: ./github-actions/build-push-ecr
2928
with:
@@ -43,7 +42,6 @@ jobs:
4342
with:
4443
repository: mindsdb/github-actions
4544
path: github-actions
46-
ssh-key: ${{ secrets.GH_ACTIONS_PULL_SSH }}
4745
- uses: ./github-actions/setup-env
4846
- uses: DevOps-Nirvana/aws-helm-multi-deploy-nodocker@v2
4947
with:

.github/workflows/prod-build-deploy-on-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
repository: mindsdb/github-actions
2525
path: github-actions
26-
ssh-key: ${{ secrets.GH_ACTIONS_PULL_SSH }}
2726
- uses: ./github-actions/setup-env
2827
- uses: ./github-actions/build-push-ecr
2928
with:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
repository: mindsdb/github-actions
4645
path: github-actions
47-
ssh-key: ${{ secrets.GH_ACTIONS_PULL_SSH }}
4846
- uses: ./github-actions/setup-env
4947
- uses: DevOps-Nirvana/aws-helm-multi-deploy-nodocker@v2
5048
with:

0 commit comments

Comments
 (0)