Skip to content

Commit d9e8972

Browse files
dlipovetskythunderboltsid
authored andcommitted
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 fdf636d commit d9e8972

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)