Skip to content

Commit eeb650d

Browse files
committed
Use GITHUB_TOKEN for action
1 parent 99e9e1f commit eeb650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: doxygen
2929
env:
30-
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
30+
GH_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
PRETTYNAME : "ESP32Console Library"
3232
run: bash ci/doxy_gen_and_deploy.sh

0 commit comments

Comments
 (0)