We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0412e28 + cb056be commit 71ee913Copy full SHA for 71ee913
.github/workflows/bridge-explorer-develop-staging.yml
@@ -157,11 +157,18 @@ jobs:
157
run: |
158
gcloud components install gke-gcloud-auth-plugin
159
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
+
166
- name: Configure kubectl
167
168
gcloud container clusters get-credentials ${{ env.GKE_CLUSTER }} \
169
--region ${{ env.GCP_REGION }} \
- --project ${{ env.GCP_PROJECT }}
170
+ --project ${{ env.GCP_PROJECT }} \
171
+ --internal-ip
172
173
- name: Verify deployment exists
174
0 commit comments