Skip to content

Commit 11da5c6

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
required: true
1414
DEPLOY_SECRETS:
1515
required: true
16+
ANOTHERTHING:
17+
required: true
18+
ANDANOTHER:
19+
required: true
1620
# CLOUDFLARE_ACCOUNT_ID:
1721
# required: true
1822
# CLOUDFLARE_ZONE_ID:
@@ -40,6 +44,9 @@ jobs:
4044
steps:
4145
- name: Debug Something
4246
run: |
47+
echo ANOTHERTHING: "${{secrets.ANOTHERTHING}}"
48+
echo ANDANOTHER: "${{secrets.ANDANOTHER}}"
49+
4350
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"
4451
while IFS='=' read -r key json_value; do
4552
value="$(jq -Rs '.' <<< "$json_value")"

0 commit comments

Comments
 (0)