Skip to content

Commit 3532b1c

Browse files
use org token for docs repo checkout (#8)
1 parent 110cb23 commit 3532b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-cotw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
repository: 'Codecademy/docs'
1313
path: 'docs'
14+
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
1415
- uses: actions/setup-node@v4
1516
with:
1617
cache: 'yarn'

0 commit comments

Comments
 (0)