Skip to content

Commit 9a33641

Browse files
authored
chore: disable github action Bypass Cloudflare for Github Action Pro
1 parent 3039c9e commit 9a33641

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/alpine.yml

Lines changed: 8 additions & 8 deletions
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/bypass-cloudflare-for-github-action@v0.0.4
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/bypass-cloudflare-for-github-action@v0.0.4
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/free-disk-space@v1.3.1
5252
with:

0 commit comments

Comments
 (0)