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 7b163dc commit ee875ceCopy full SHA for ee875ce
.github/workflows/make-appsettings-test.yml
@@ -79,6 +79,7 @@ jobs:
79
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" | base64 -d > temp_appsettings.json
80
echo "=== DECODED APPSETTINGS CONTENT ==="
81
cat temp_appsettings.json
82
+ continue-on-error: true
83
- name: Print unmasked decoded secret2
84
run: |
85
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" > temp_appsettings.json
@@ -151,7 +152,8 @@ jobs:
151
152
echo "First 100 characters of the secret:"
153
head -c 100 raw_secret.json
154
echo ""
- continue-on-error: true
155
156
+
157
debug-secret:
158
name: Debug Secret Value
159
runs-on: ubuntu-latest
0 commit comments