Skip to content

Commit

Permalink
change repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikachu committed Feb 20, 2024
1 parent 122244b commit 6e77171
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
prompt: Hello, world!
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e77171

Please sign in to comment.