We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d1d3 commit db3383bCopy full SHA for db3383b
.github/workflows/update-cotw.yml
@@ -4,13 +4,12 @@ jobs:
4
ci:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
8
- with:
9
- token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
10
+ - name: 'Checkout docs-update-cotw'
+ uses: actions/checkout@v5
+ - name: 'Checkout docs repo'
11
with:
12
repository: 'Codecademy/docs'
13
14
path: 'docs'
15
- uses: actions/setup-node@v4
16
@@ -38,4 +37,5 @@ jobs:
38
37
39
on:
40
schedule:
41
- - cron: '0 13 * * 0' # every sunday at 1:00pm UTC
+ - cron: '0 13 * * 0' # every sunday at 1:00pm UTC
+ workflow_dispatch:
0 commit comments