-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Milestone
Description
We want to create a Python script which will re-enable some workflows. This roughly looks like:
# Get a list of all packages in the Invenia repository as well as others such as AWS.jl
# Get the PAT from SecretsManager
# Make an HTTP GET request to the following to get all workflows for the repository
# - https://api.github.com/repos/Invenia/Checkpoints.jl/actions/workflows
# Iterate over all these workflows and create an authenticated request to,
# NOTE: workflow_id can be replaced by it's file name
# - https://api.github.com/repos/Invenia/Checkpoints.jl/actions/workflows/{WORKFLOW_ID}/enableMetadata
Metadata
Assignees
Labels
No labels