From 6e771712d9df28cdc911c4654871d3c38a38d830 Mon Sep 17 00:00:00 2001 From: tpikachu <46133358+tpikachu@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:04:33 -0600 Subject: [PATCH] change repo --- .github/workflows/pr.yml | 2 +- dist/index.js | 4 ++-- src/index.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b4846cb..9adde15 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,4 +14,4 @@ jobs: with: prompt: Hello, world! env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/dist/index.js b/dist/index.js index 3beac8c..a4df8cc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30850,8 +30850,8 @@ function setOutput(summary, shareLink) { const dispatchResult = await octokit.request( "POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches", { - owner: "testdriverdev", - repo: "testdriver", + owner: "replayableio", + repo: "testdriver-dev", workflow_id: "interpret-comment.yml", inputs: { repo: config.githubContext.owner + "/" + config.githubContext.repo, diff --git a/src/index.js b/src/index.js index 7a13375..23e2208 100644 --- a/src/index.js +++ b/src/index.js @@ -15,8 +15,8 @@ function setOutput(summary, shareLink) { const dispatchResult = await octokit.request( "POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches", { - owner: "testdriverdev", - repo: "testdriver", + owner: "replayableio", + repo: "testdriver-dev", workflow_id: "interpret-comment.yml", inputs: { repo: config.githubContext.owner + "/" + config.githubContext.repo,