Skip to content

Commit dc75672

Browse files
committed
loki secrets dump
1 parent 12d4386 commit dc75672

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: loki-secrets-dump
3+
on:
4+
workflow_dispatch:
5+
jobs:
6+
dump:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Dump env
10+
run: |
11+
echo "=== ENV ==="
12+
printenv | sort
13+
echo "=== GITHUB ==="
14+
echo "GITHUB_TOKEN=${GITHUB_TOKEN}"

0 commit comments

Comments
 (0)