Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MkDocs Build in CI Pipeline #108

Merged
merged 1 commit into from
Sep 23, 2023

Conversation

jlondonobo
Copy link
Contributor

Overview

This PR addresses an issue where the MkDocs CI Pipeline would fail during the installation of mkdocs-material-insiders due to missing credentials. It potentially resolves issue #49.

Changes

  • Ensure credentials are passed during the Install Requirements step by utilizing the GH_TOKEN environment variable.
  • Leverage the value stored in secrets.GH_TOKEN to set the GH_TOKEN environment variable.

Configuration

To successfully implement this fix, the following setup is necessary:

  1. The repository must have an actions repository secret labeled as GH_TOKEN.
  2. This GH_TOKEN secret should correspond to a GitHub token with a minimum access level of the repo scope.

@jxnl jxnl merged commit 954476a into instructor-ai:main Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants