Skip to content

Commit 73c46d3

Browse files
committed
test: Pass GITHUB_TOKEN to e2e tests (#585)
Used by clusterctl to avoid GitHub API rate limits. (cherry picked from commit 2928db2) Signed-off-by: Daniel Lipovetsky <[email protected]>
1 parent 0878093 commit 73c46d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ jobs:
103103
NUTANIX_PROJECT_NAME: ${{ vars.NUTANIX_PROJECT_NAME }}
104104
CONTROL_PLANE_ENDPOINT_IP: ${{ steps.get-control-plane-endpoint-ip.outputs.control_plane_endpoint_ip }}
105105
CONTROL_PLANE_ENDPOINT_IP_WORKLOAD_CLUSTER: ${{ steps.get-control-plane-endpoint-ip-clusterctl-upgrade.outputs.control_plane_endpoint_ip_clusterctl_upgrade }}
106+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)