diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 4d4e1ef..b24f3c4 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -8,12 +8,10 @@ on: # Limit token permissions for security permissions: read-all -# This is to allow using `gh` CLI -env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - jobs: build-website: uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main secrets: netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} + # This is to allow using `gh` CLI + github-token: ${{ secrets.GITHUB_TOKEN }}