Skip to content

Commit 9e8794e

Browse files
Update CI.yml
1 parent c79fc95 commit 9e8794e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
workflow_dispatch:
1717

1818
permissions:
19-
contents: read
19+
contents: write
2020

2121
jobs:
2222
linux:
@@ -30,6 +30,10 @@ jobs:
3030
steps:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
33+
- name: Configure Git Credentials
34+
run: |
35+
git config user.name github-actions[bot]
36+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3337
3438
- name: Set up Python
3539
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)