Skip to content

Commit 8b2e57b

Browse files
author
Labby AI
committed
Test secret masking
1 parent 5379a56 commit 8b2e57b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Security Test
2+
3+
on: [push]
4+
5+
jobs:
6+
test-secret:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Try to print secret
10+
env:
11+
MY_PASSWORD: ${{ secrets.DB_PASSWORD }}
12+
run: echo "The password is $MY_PASSWORD"

0 commit comments

Comments
 (0)