Skip to content

Commit 71ee913

Browse files
authored
Merge pull request #344 from gnosischain/chore/sync-staging-into-develop
chore: sync staging into dev
2 parents 0412e28 + cb056be commit 71ee913

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/bridge-explorer-develop-staging.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,18 @@ jobs:
157157
run: |
158158
gcloud components install gke-gcloud-auth-plugin
159159
160+
# Connect to Twingate to reach the GKE API server (MANs restricted)
161+
- name: Connect to Twingate
162+
uses: twingate/github-action@v1
163+
with:
164+
service-key: ${{ secrets.TWINGATE_SERVICE_KEY_STAGING }}
165+
160166
- name: Configure kubectl
161167
run: |
162168
gcloud container clusters get-credentials ${{ env.GKE_CLUSTER }} \
163169
--region ${{ env.GCP_REGION }} \
164-
--project ${{ env.GCP_PROJECT }}
170+
--project ${{ env.GCP_PROJECT }} \
171+
--internal-ip
165172
166173
- name: Verify deployment exists
167174
run: |

0 commit comments

Comments
 (0)