Skip to content

Commit

Permalink
Revert to use ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan authored Jul 28, 2021
1 parent 3ab3ade commit cb4fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: codeigniter4/api
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN }}
path: api

- name: Setup PHP
Expand Down

0 comments on commit cb4fe4d

Please sign in to comment.