You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}/enable
The text was updated successfully, but these errors were encountered:
We want to create a Python script which will re-enable some workflows. This roughly looks like:
The text was updated successfully, but these errors were encountered: