Skip to content

Commit 2c5e7b2

Browse files
authored
remove github-actions pull secret (#11007)
1 parent 7806a3f commit 2c5e7b2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build_deploy_prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
with:
8484
repository: mindsdb/github-actions
8585
path: github-actions
86-
ssh-key: ${{ secrets.GH_ACTIONS_PULL_SSH }}
8786
# Build the bakefile and push
8887
- uses: ./github-actions/docker-bake
8988
with:

.github/workflows/build_deploy_staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
repository: mindsdb/github-actions
2626
path: github-actions
27-
ssh-key: ${{ secrets.GH_ACTIONS_PULL_SSH }}
2827
# Build the bakefile and push
2928
- uses: ./github-actions/docker-bake
3029
with:

0 commit comments

Comments
 (0)