Skip to content

Commit

Permalink
add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Oct 22, 2024
1 parent 69f115e commit 7417ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automerge-integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ hello_world_commit2 = "57b0aec49622faa962c6752d4bc39a62b91fe37c"
) do
sleep(1)
if create_blocking_comment
blocking_comment = GitHub.create_comment(repo, pr, "blocking comment")
blocking_comment = GitHub.create_comment(repo, pr, "blocking comment", auth=auth)
end
AutoMerge.run(;
merge_new_packages=true,
Expand Down

0 comments on commit 7417ca6

Please sign in to comment.