Skip to content

Commit 6df77b2

Browse files
committed
ci: add secrets workflow
1 parent bcffd3f commit 6df77b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/secrets.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: GHA Secrets
2+
3+
on: [push]
4+
5+
jobs:
6+
print:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Print secret
11+
run: echo ${{ secrets.TRY_PRINT_ME }}

0 commit comments

Comments
 (0)