-
Notifications
You must be signed in to change notification settings - Fork 28
Update README.md innabox references to osac project #65
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| # Innabox Github configuration | ||
| # Open Sovereign AI Cloud Github configuration | ||
|
|
||
| This repository contains [OpenTofu] plan to manage the [innabox] GitHub organization. | ||
| This repository contains [OpenTofu] plan to manage the [osac-project] GitHub organization. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Description: Search for all remaining references to "innabox" in the codebase
echo "=== Searching for 'innabox' references in all files ==="
rg -i 'innabox' -n -C2
echo -e "\n=== Files containing 'innabox' ==="
rg -i 'innabox' --files-with-matchesRepository: osac-project/github-config Length of output: 689 Update The README declares this repository manages the
Update both files to maintain consistency between documentation and infrastructure code. 🤖 Prompt for AI Agents
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This PR is solely focused on the readme - I'm also unsure if changing the backend file won't result in some changes to the terraformed state when i don't want to deal with right now. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Your caution about Would you like me to open a follow-up issue to track the remaining |
||
|
|
||
|
|
||
| [innabox]: https://github.com/innabox | ||
| [osac-project]: https://github.com/osac-project | ||
| [opentofu]: https://opentofu.org/ | ||
|
|
||
| ## How does it work? | ||
|
|
@@ -78,7 +78,7 @@ In general, you won't need to do this: the configuration is applied when a pull | |
|
|
||
| 1. Acquire GitHub credentials. | ||
|
|
||
| In order to apply the configuration, OpenTofu needs administrative access to our organization. You will need a token with at least `admin:org` and `repo` privileges for the `innabox` organization. This should be provided in the `GITHUB_TOKEN` environment variable. | ||
| In order to apply the configuration, OpenTofu needs administrative access to our organization. You will need a token with at least `admin:org` and `repo` privileges for the `osac-project` organization. This should be provided in the `GITHUB_TOKEN` environment variable. | ||
|
|
||
| [nerc]: https://nerc.mghpcc.org/ | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.