Skip to content

Commit cb4fe4d

Browse files
authored
Revert to use ACCESS_TOKEN
1 parent 3ab3ade commit cb4fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v2
3333
with:
3434
repository: codeigniter4/api
35-
token: ${{ secrets.GITHUB_TOKEN }}
35+
token: ${{ secrets.ACCESS_TOKEN }}
3636
path: api
3737

3838
- name: Setup PHP

0 commit comments

Comments
 (0)