feat: enhance refresh token handling with grace period and rotation detection
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m17s
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m17s
This commit is contained in:
+12
-7
@@ -5,15 +5,20 @@
|
||||
"enabled": true,
|
||||
"type": "local",
|
||||
"command": [
|
||||
"ssh",
|
||||
"-T",
|
||||
"devserver.lan",
|
||||
"/home/ryan/gitea-mcp-wrapper.sh"
|
||||
"docker",
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"-e",
|
||||
"GITEA_ACCESS_TOKEN",
|
||||
"-e",
|
||||
"GITEA_HOST",
|
||||
"docker.gitea.com/gitea-mcp-server"
|
||||
],
|
||||
"environment": {
|
||||
"GITEA_HOST": "https://git.ryankegel.com"
|
||||
},
|
||||
"timeout": 30000
|
||||
"GITEA_HOST": "https://git.ryankegel.com",
|
||||
"GITEA_ACCESS_TOKEN": "{env:GITEA_ACCESS_TOKEN}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user