Skip to content

Commit 96804dd

Browse files
committed
wip: remove old CI
1 parent 7a3d482 commit 96804dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
required: true
1414
DEPLOY_SECRETS:
1515
required: true
16+
DEPLOY_SECRETS_2:
17+
required: true
1618
# CLOUDFLARE_ACCOUNT_ID:
1719
# required: true
1820
# CLOUDFLARE_ZONE_ID:
@@ -41,6 +43,7 @@ jobs:
4143
- name: Debug Something
4244
run: |
4345
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"
46+
echo DEPLOY_SECRETS_2: "${{ secrets.DEPLOY_SECRETS_2 }}"
4447
4548
# # Lint the code
4649
# feature-lint:

0 commit comments

Comments
 (0)