Skip to content

Commit 457671d

Browse files
committed
feat: add step to echo github token
1 parent 291ade3 commit 457671d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.PAT }}
5151

5252
steps:
53+
- name: Echo GITHUB_TOKEN
54+
run: echo $GITHUB_TOKEN
55+
5356
- name: Checkout
5457
uses: actions/checkout@v4
5558

0 commit comments

Comments
 (0)