Skip to content

Commit 24653b7

Browse files
committed
Changes
1 parent cdd350d commit 24653b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
organization: ${{ secrets.CLOUDFLARE_ACCESS_ORGANIZATION }}
2525
auth_client_id: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_ID }}
2626
auth_client_secret: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_SECRET }}
27+
unique_client_id: ${{ secrets.CLOUDFLARE_ACCESS_UNIQUE_CLIENT_ID }}
2728
configure_docker_dns: true
2829
- run: curl -I https://www.google.com

lib/setup-cloudflare-warp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function jsonToXml(config) {
2525
}
2626
}
2727

28-
console.log(xml);
2928
return xml;
3029
}
3130

0 commit comments

Comments
 (0)