Skip to content

Commit

Permalink
pass custom octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Aug 3, 2023
1 parent 52860d8 commit ce10d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/createIssueCommentsForRelease.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ export default async function run({ github, context }) {
env: process.env
};

await issueCommenter({}, semanticReleaseContext);
await issueCommenter({}, semanticReleaseContext, { Octokit: github });
}
2 changes: 2 additions & 0 deletions .github/workflows/release-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Install Dependencies
run: |
yarn install --immutable
env:
CYPRESS_INSTALL_BINARY: 0

### Semantic Release Bot comments for issues and PRs ###
- name: Add release comments to issues and PRs
Expand Down

0 comments on commit ce10d58

Please sign in to comment.