Skip to content

Commit d238dc4

Browse files
authored
chore: disable github action Bypass Cloudflare for Github Action Pro
1 parent 55bcbd1 commit d238dc4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/debian.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
buildx:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- name: Bypass Cloudflare for Github Action Pro
43-
uses: snowdreamtech/[email protected]
44-
with:
45-
mode: "list"
46-
cf_account_id: ${{ secrets.CF_ACCOUNT_ID }}
47-
cf_api_token: ${{ secrets.CF_API_TOKEN }}
48-
cf_zone_id: ${{ secrets.CF_ZONE_ID }}
49-
github_api_token: ${{ secrets.GITHUB_TOKEN }}
42+
# - name: Bypass Cloudflare for Github Action Pro
43+
# uses: snowdreamtech/[email protected]
44+
# with:
45+
# mode: "list"
46+
# cf_account_id: ${{ secrets.CF_ACCOUNT_ID }}
47+
# cf_api_token: ${{ secrets.CF_API_TOKEN }}
48+
# cf_zone_id: ${{ secrets.CF_ZONE_ID }}
49+
# github_api_token: ${{ secrets.GITHUB_TOKEN }}
5050
- name: Free Disk Space (Ubuntu)
5151
uses: jlumbroso/[email protected]
5252
with:

0 commit comments

Comments
 (0)