-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable kernel supervisor download in Github workflows (#5053)
Enables downloads for the kernel supervisor to prepare for running tests against it. Most of the work here is generating a temporary PAT to use to download the supervisor. It is somewhat duplicative to generate the PAT outside the composite action and pass it in every time, but composite actions don't support secrets (unlike reusable workflows) and it feels safer to push an ephemeral PAT into here than all the data we need to actually generate one.
- Loading branch information
Showing
3 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters