Skip to content

Commit 07f4abf

Browse files
committed
feat(button): baseurl encode appsettings next
1 parent 02e66b8 commit 07f4abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
echo "FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT:"
118118
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}"
119+
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" | base64 -d
119120
120121
121122
reuseable-ci-checks-branch-name-check:

0 commit comments

Comments
 (0)