Skip to content

Commit e048466

Browse files
committed
Add logs for github action
1 parent 48952c8 commit e048466

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/update.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
15-
15+
with:
16+
token: ${{ secrets.GH_PAT }}
17+
1618
- name: Set up Node.js
1719
uses: actions/setup-node@v4
1820
with:
@@ -38,9 +40,6 @@ jobs:
3840
mkdir -p docs
3941
mv index.xml docs/index.xml
4042
41-
- uses: actions/checkout@v2
42-
with:
43-
token: ${{ secrets.GH_PAT }}
4443
- name: Commit RSS update
4544
run: |
4645
git config user.name "MisterJack49"

0 commit comments

Comments
 (0)