mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
print github token
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
dea55b985d
commit
35faf1fbb8
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -22,6 +22,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
- name: Print GitHub token
|
||||||
|
run: echo ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Hello world action step
|
- name: Hello world action step
|
||||||
uses: ./
|
uses: ./
|
||||||
id: hello
|
id: hello
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user