Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 28, 2023
1 parent 58a6c1a commit 01359e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ux-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
console.log('UX Checklist command found');
const newComment = `## UX Checklist\n- [ ] Item 1\n- [ ] Item 2\n- [ ] Item 3`;
const octokit = github.getOctokit(${{ secrets.GITHUB_TOKEN }});
const octokit = github.getOctokit('${{ secrets.GITHUB_TOKEN }}');
await octokit.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 01359e7

Please sign in to comment.