Thetruemank / Auto-GPT

An experimental open-source attempt to make GPT-4 fully autonomous.
https://agpt.co
MIT License
0 stars 0 forks source link

Fix GitHub Actions Failures #44

Open sweep-ai[bot] opened 4 months ago

sweep-ai[bot] commented 4 months ago

PR Feedback (click)

  1. Modifying the skip_in_ci utility in autogpts/autogpt/tests/utils.py to allow overriding the skip behavior with an environment variable FORCE_RUN_CI. This enables running tests in CI that were previously skipped by default.

  2. Ensuring that the GitHub access token used in GHA has the correct permissions. This involves setting up a GitHub secret to store the token and modifying the CI workflow file to pass this token to the environment where cli.py is executed.

  3. Adding a new documentation file docs/content/AutoGPT/setup/github_actions_guide.md explaining how to set up GitHub Actions for the Auto-GPT project. This guide includes instructions on generating a GitHub access token with the correct permissions, adding this token as a secret in the GitHub repository settings, and modifying the GitHub Actions workflow file to use this secret.

Summary of Changes

sweep-ai[bot] commented 4 months ago

Rollback Files For Sweep