Fix stale Gitea token in build-deb.sh
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2
debian/build-deb.sh
vendored
2
debian/build-deb.sh
vendored
@@ -19,7 +19,7 @@ DEB_FILE="${PKG_NAME}_${PKG_VERSION}_${PKG_ARCH}.deb"
|
|||||||
|
|
||||||
GITEA_URL="http://192.168.1.64:3000"
|
GITEA_URL="http://192.168.1.64:3000"
|
||||||
GITEA_OWNER="tocmo0nlord"
|
GITEA_OWNER="tocmo0nlord"
|
||||||
GITEA_TOKEN="${GITEA_TOKEN:-72d5ea48d6b97d2185a774de0a36c88ae30f91b0}"
|
GITEA_TOKEN="${GITEA_TOKEN:-7f8d32ca83f2af6047e78cba0e13b5d63269c104}"
|
||||||
DISTRO="bookworm"
|
DISTRO="bookworm"
|
||||||
COMPONENT="main"
|
COMPONENT="main"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user