We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65a6d commit cc18ec0Copy full SHA for cc18ec0
.github/workflows/reuseable-ci-checks.yml
@@ -34,6 +34,8 @@ jobs:
34
make-appsettings-work-in-push-yml:
35
name: app settings 2
36
runs-on: ubuntu-latest
37
+ secrets:
38
+ FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT: ${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}
39
steps:
40
41
- name: Checkout code
0 commit comments