Skip to content

Commit e6cf42d

Browse files
committed
wip: remove old CI
1 parent 11da5c6 commit e6cf42d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ on:
1515
required: true
1616
ANOTHERTHING:
1717
required: true
18-
ANDANOTHER:
19-
required: true
2018
# CLOUDFLARE_ACCOUNT_ID:
2119
# required: true
2220
# CLOUDFLARE_ZONE_ID:
@@ -45,7 +43,6 @@ jobs:
4543
- name: Debug Something
4644
run: |
4745
echo ANOTHERTHING: "${{secrets.ANOTHERTHING}}"
48-
echo ANDANOTHER: "${{secrets.ANDANOTHER}}"
4946
5047
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"
5148
while IFS='=' read -r key json_value; do

0 commit comments

Comments
 (0)