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 f982569 commit e53e4a4Copy full SHA for e53e4a4
.github/workflows/task_acceptance_tests.yaml
@@ -22,11 +22,18 @@ jobs:
22
23
runs-on: 'ubuntu-latest'
24
steps:
25
-
+
26
- name: Connect to Twingate
27
uses: twingate/github-action@v1
28
with:
29
service-key: ${{ secrets.TWINGATE_DIAMOND_SKINK_SECURITY_PROD }}
30
+ env:
31
+ TWINGATE_LOG_LEVEL: debug
32
33
+ - name: Test connectivity after Twingate
34
+ run: |
35
+ echo "Testing connection..."
36
+ curl -v --connect-timeout 10 https://artifactory.delivery.puppetlabs.net/ || echo "Connection failed"
37
38
# - name: Add delay for network connection
39
# run: sleep 30
0 commit comments