Skip to content

Commit

Permalink
.github/workflows/docs.yml: removed github_token: secrets.GITHUB_TOKE…
Browse files Browse the repository at this point in the history
…N (like in ForColormap)
  • Loading branch information
vmagnin committed Mar 23, 2024
1 parent bf122e0 commit 1523c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.0
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: doc/ford_site

0 comments on commit 1523c57

Please sign in to comment.