Skip to content

Commit

Permalink
ci: Use GitHub Actions automatic GITHUB_TOKEN secret in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Mar 5, 2021
1 parent 8bd2413 commit 745d033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/docs-prerequisites
- uses: ./.github/actions/setup-boost
- uses: ./.github/actions/setup-boost
- uses: ./.github/actions/generate-publish-doc
with:
github_token: ${{ secrets.GIL_TEST_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 745d033

Please sign in to comment.