Skip to content

Commit ee875ce

Browse files
committed
feat(button): squash later
1 parent 7b163dc commit ee875ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/make-appsettings-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" | base64 -d > temp_appsettings.json
8080
echo "=== DECODED APPSETTINGS CONTENT ==="
8181
cat temp_appsettings.json
82+
continue-on-error: true
8283
- name: Print unmasked decoded secret2
8384
run: |
8485
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" > temp_appsettings.json
@@ -151,7 +152,8 @@ jobs:
151152
echo "First 100 characters of the secret:"
152153
head -c 100 raw_secret.json
153154
echo ""
154-
continue-on-error: true
155+
continue-on-error: true
156+
155157
debug-secret:
156158
name: Debug Secret Value
157159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)