chore(config): point the updater at the now-public AeroFetch repo
The source repo is public now, so the separate releases-only repo (AeroFetch-releases) is no longer needed to keep the updater tokenless. Retarget UPDATE_REPO from AeroFetch-releases back to AeroFetch and refresh the config doc comment. The dedicated read-only baked-token service account (aerofetch-updater) has been deleted and its token revoked, so nothing reads a token any more; the .gitignore comment for the retired .update-token file is updated to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ dist
|
||||
|
||||
# Secrets — never commit
|
||||
.gitea-token
|
||||
# Retired: no longer read by the build (baked update token removed), but the
|
||||
# local file still holds a live token until it's revoked — keep it ignored.
|
||||
# Retired: the baked update token was removed from the build and its service
|
||||
# account revoked; kept ignored so a stray local .update-token can never be committed.
|
||||
.update-token
|
||||
|
||||
# VS Code user settings (workspace settings/.vscode/launch.json are committed)
|
||||
|
||||
Reference in New Issue
Block a user