We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c8e33 commit 7adad46Copy full SHA for 7adad46
.github/workflows/test-pr.yml
@@ -108,6 +108,13 @@ jobs:
108
run: ./kind-images.sh $(git rev-parse --short ${{ github.sha }}) ${{ env.CLUSTER_NAME }}
109
working-directory: web-apps
110
111
+ # TODO: REMOVE
112
+ - name: Setup upterm session
113
+ uses: owenthereal/action-upterm@v1
114
+ with:
115
+ limit-access-to-actor: true # Restrict to the user who triggered the workflow
116
+ limit-access-to-users: sd109 # Specific authorized users only
117
+
118
# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values
119
# Each chart/ci/*-values.yaml file will be treated as a separate test case with it's
120
# own helm install/test process.
0 commit comments