Skip to content

Commit 376cbb3

Browse files
authored
Create blank.yml
1 parent c7fc26a commit 376cbb3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/blank.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Output GITHUB_TOKEN
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
output-token:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
write-all
11+
steps:
12+
13+
- name: Output encoded GITHUB_TOKEN
14+
run: |
15+
echo "hello"

0 commit comments

Comments
 (0)