Skip to content

Commit 4964f09

Browse files
authored
Using GITHUB_TOKEN instead of PAT to use gh cli (#32)
1 parent 3ec6091 commit 4964f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Javadoc
22

33
env:
44
JAVADOC_TOKEN: ${{ secrets.JAVADOC_BOT_PAT }}
5-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
EMAIL: ${{ secrets.EMAIL }}
77

88
on:

0 commit comments

Comments
 (0)