Last active
May 3, 2023 01:40
-
-
Save KyMidd/878d8fa3b67ffbdcd683793d9dcd3f33 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Main function | |
| def lambda_handler(event, context): | |
| (removed) | |
| # Get the PAT from secrets manager | |
| PAT = get_secret("GitHubAccessToken", "us-east-1") | |
| # Start the githubcop workflow | |
| start_repo_cop_targeted(repo_name, PAT) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment