Skip to content

Commit 3d49cef

Browse files
committed
Update update-citations.yml
1 parent b3415b2 commit 3d49cef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/update-citations.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
17-
# See CUSTOMIZE.md for details on how to set up PAT for triggering subsequent workflows
18-
# with:
19-
# token: ${{ secrets.PAT }}
17+
with:
18+
token: ${{ secrets.PAT }}
2019

2120
- name: Set up Python
2221
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)