Skip to content

Commit

Permalink
try adding pr write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
justus-camp-microsoft committed Jan 8, 2025
1 parent 0711d49 commit 2fc057a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openvmm-pr.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flowey/flowey_hvlite/src/pipelines/checkin_gates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,9 @@ impl IntoPipeline for CheckinGatesCli {
done: ctx.new_done_handle(),
},
)
.gh_grant_permissions::<flowey_lib_hvlite::_jobs::check_openvmm_hcl_size::Node>(
[(GhPermission::PullRequests, GhPermissionValue::Write)],
)
.finish();
all_jobs.push(job);
}
Expand Down

0 comments on commit 2fc057a

Please sign in to comment.