Skip to content

Commit

Permalink
Use GITHUB_TOKEN for doc upload
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Aug 11, 2022
1 parent e01f6c2 commit 76d1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: ./.github/actions/publish-docs
with:
token: ${{ secrets.GHPAGES_API_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 76d1647

Please sign in to comment.