Skip to content

Commit 4424399

Browse files
committed
Add logging for short token
1 parent b3546a7 commit 4424399

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

52+
- name: Echo short token
53+
run: 'echo "${GH_TOKEN:0:4}**** (length: ${#GH_TOKEN})'
54+
env:
55+
GH_TOKEN: ${{ secrets.ORG_PAT }}
56+
5257
- name: Update Homebrew Tap
5358
env:
5459
GH_TOKEN: ${{ secrets.ORG_PAT }}

0 commit comments

Comments
 (0)