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 cdd350d commit 24653b7Copy full SHA for 24653b7
.github/workflows/tests.yml
@@ -24,5 +24,6 @@ jobs:
24
organization: ${{ secrets.CLOUDFLARE_ACCESS_ORGANIZATION }}
25
auth_client_id: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_ID }}
26
auth_client_secret: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_SECRET }}
27
+ unique_client_id: ${{ secrets.CLOUDFLARE_ACCESS_UNIQUE_CLIENT_ID }}
28
configure_docker_dns: true
29
- run: curl -I https://www.google.com
lib/setup-cloudflare-warp.js
@@ -25,7 +25,6 @@ function jsonToXml(config) {
}
- console.log(xml);
return xml;
30
31
0 commit comments