Skip to content

Commit db3383b

Browse files
bump checkout and use default tokens (#6)
1 parent 5d1d1d3 commit db3383b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/update-cotw.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ jobs:
44
ci:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
with:
9-
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
10-
- uses: actions/checkout@v4
7+
- name: 'Checkout docs-update-cotw'
8+
uses: actions/checkout@v5
9+
- name: 'Checkout docs repo'
10+
uses: actions/checkout@v5
1111
with:
1212
repository: 'Codecademy/docs'
13-
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
1413
path: 'docs'
1514
- uses: actions/setup-node@v4
1615
with:
@@ -38,4 +37,5 @@ jobs:
3837

3938
on:
4039
schedule:
41-
- cron: '0 13 * * 0' # every sunday at 1:00pm UTC
40+
- cron: '0 13 * * 0' # every sunday at 1:00pm UTC
41+
workflow_dispatch:

0 commit comments

Comments
 (0)