Skip to content

Commit cc1f0ba

Browse files
authored
update PAT creds
1 parent bfa70e6 commit cc1f0ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/generate-project-list.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
16+
with:
17+
token: ${{ secrets.ACTION_TOKEN }}
18+
persist-credentials: true
1619

1720
- name: Generate project list
1821
run: |
@@ -53,3 +56,6 @@ jobs:
5356
git add PROJECTS.md
5457
git commit -m "Update project list"
5558
git push --force-with-lease
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
61+

0 commit comments

Comments
 (0)