Skip to content

Commit 70e6d90

Browse files
authored
secret
1 parent c18c6ad commit 70e6d90

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/secret.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
job1:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: checkout to branch
12+
uses: actions/checkout@v4
13+
14+
- name: fetch secret
15+
run: echo "secret value is ${{ secrets.NAME}}"
16+

0 commit comments

Comments
 (0)