Skip to content

Commit 7a3d482

Browse files
committed
wip: remove old CI
1 parent 6f3a27b commit 7a3d482

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66
APP_NAME:
77
type: string
88
required: true
9-
DEPLOY_SECRETS:
10-
type: string
11-
required: true
129
secrets:
1310
GH_TOKEN:
1411
required: true
1512
NIXPKGS_PRIVATE_PAT:
1613
required: true
14+
DEPLOY_SECRETS:
15+
required: true
1716
# CLOUDFLARE_ACCOUNT_ID:
1817
# required: true
1918
# CLOUDFLARE_ZONE_ID:
@@ -41,7 +40,7 @@ jobs:
4140
steps:
4241
- name: Debug Something
4342
run: |
44-
echo SOMETHING_ELSE: "${{ inputs.SOMETHING_ELSE }}"
43+
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"
4544
4645
# # Lint the code
4746
# feature-lint:

0 commit comments

Comments
 (0)