We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dfa01 commit dcd37edCopy full SHA for dcd37ed
1 file changed
.github/workflows/extract-classnames.yml
@@ -17,6 +17,8 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ persist-credentials: false # disable GITHUB_TOKEN so we can use BOT_TOKEN
22
23
- name: Set up Git user for bot
24
run: |
0 commit comments