Joshua Sundance Bailey
commited on
Commit
·
b0c4e1c
1
Parent(s):
9c3f983
fix && git push --set-upstream origin flowfix
Browse files
.github/workflows/ai_changelog.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
- name: Checkout code
|
20 |
uses: actions/checkout@v4
|
21 |
with:
|
22 |
-
token: ${{ secrets.
|
23 |
fetch-depth: 0
|
24 |
|
25 |
- name: Set up Python
|
|
|
19 |
- name: Checkout code
|
20 |
uses: actions/checkout@v4
|
21 |
with:
|
22 |
+
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|
23 |
fetch-depth: 0
|
24 |
|
25 |
- name: Set up Python
|