Skip to content

Commit ff1c68f

Browse files
authored
Update i-music-process.yml
1 parent 544edf4 commit ff1c68f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/i-music-process.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@ jobs:
118118
with:
119119
script: |
120120
const { GROQ_OUTPUT } = process.env;
121-
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
122121
const issue_number = context.issue.number;
123122
const repo = context.repo.repo;
124123
const owner = context.repo.owner;
125124
126-
await octokit.rest.issues.createComment({
125+
await github.rest.issues.createComment({
127126
owner,
128127
repo,
129128
issue_number,

0 commit comments

Comments
 (0)