We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050717c commit 71ae273Copy full SHA for 71ae273
.github/workflows/dangerjs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: DangerJS pull request linter
20
uses: espressif/shared-github-dangerjs@v1
21
env:
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.DANGERJS_PAT }}
23
with:
24
instructions-cla-link: "https://cla-assistant.io/espressif/arduino-esp32"
25
instructions-contributions-file: "docs/en/contributing.rst"
0 commit comments