Update all paths from /paperclip/privilegedescalation/ to /paperclip/privilegedescalation/agents/
Repo renamed from privilegedescalation/privilegedescalation to privilegedescalation/agents. All filesystem paths in agent configs, heartbeats, and tools updated to match the new on-disk location. Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ set -euo pipefail
|
||||
# GITHUB_APP_ID_<NAME> — the GitHub App ID
|
||||
# GITHUB_PEM_PATH_<NAME> — path to the private key PEM file
|
||||
#
|
||||
# Usage: export GH_TOKEN=$(bash /paperclip/privilegedescalation/get-github-token.sh)
|
||||
# Usage: export GH_TOKEN=$(bash /paperclip/privilegedescalation/agents/get-github-token.sh)
|
||||
|
||||
# Auto-detect credentials from env (each agent has exactly one of each)
|
||||
APP_ID=$(printenv | grep '^GITHUB_APP_ID_' | head -1 | cut -d= -f2)
|
||||
|
||||
Reference in New Issue
Block a user