Skip to content

Commit 02e66b8

Browse files
committed
feat(button): secret accessible
1 parent 50e40c6 commit 02e66b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ jobs:
112112
run: |
113113
echo "=== Path: ./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json ==="
114114
cat ./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json
115-
115+
- name: Print FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT
116+
run: |
117+
echo "FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT:"
118+
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}"
116119
117120
118121
reuseable-ci-checks-branch-name-check:

0 commit comments

Comments
 (0)