Compare commits

...

1 Commits

Author SHA1 Message Date
David Blass 284d9733dd bump 2025-10-13 14:22:12 -04:00
3 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -25674,7 +25674,8 @@ function createMcpConfig(githubInstallationToken) {
args: [`${actionPath}/mcp/server.ts`], args: [`${actionPath}/mcp/server.ts`],
env: { env: {
GITHUB_INSTALLATION_TOKEN: githubInstallationToken, GITHUB_INSTALLATION_TOKEN: githubInstallationToken,
GITHUB_REPOSITORY: githubRepository GITHUB_REPOSITORY: githubRepository,
LOG_LEVEL: "debug"
} }
} }
} }
@@ -26163,7 +26164,7 @@ async function main(params) {
// package.json // package.json
var package_default = { var package_default = {
name: "@pullfrog/action", name: "@pullfrog/action",
version: "0.0.29", version: "0.0.30",
type: "module", type: "module",
files: [ files: [
"index.js", "index.js",
+1
View File
@@ -24,6 +24,7 @@ export function createMcpConfig(githubInstallationToken: string) {
env: { env: {
GITHUB_INSTALLATION_TOKEN: githubInstallationToken, GITHUB_INSTALLATION_TOKEN: githubInstallationToken,
GITHUB_REPOSITORY: githubRepository, GITHUB_REPOSITORY: githubRepository,
LOG_LEVEL: "debug",
}, },
}, },
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pullfrog/action", "name": "@pullfrog/action",
"version": "0.0.29", "version": "0.0.30",
"type": "module", "type": "module",
"files": [ "files": [
"index.js", "index.js",