Skip to content

Commit 1c88c7e

Browse files
committed
feat(button): declared higher
1 parent cc18ec0 commit 1c88c7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
required: false
88
type: boolean
99
default: false
10+
secrets:
11+
FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT:
12+
required: true # Set to true if it's always required
1013

1114
env:
1215

@@ -34,8 +37,6 @@ jobs:
3437
make-appsettings-work-in-push-yml:
3538
name: app settings 2
3639
runs-on: ubuntu-latest
37-
secrets:
38-
FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT: ${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}
3940
steps:
4041

4142
- name: Checkout code

0 commit comments

Comments
 (0)