Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnrobinson committed Mar 6, 2024
1 parent 8edb3e0 commit dba346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotate-github-app-private-key/rotate_private_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def update_private_key_in_keyvault(vault_url, secret_name, new_private_key):

def main():
# Generate a new private key for the GitHub App
new_private_key = generate_new_private_key(app_id, installation_id, token)
new_private_key = generate_new_private_key(installation_id, token)
if new_private_key:
# Update the private key in Azure Key Vault
update_private_key_in_keyvault(kv_url, kv_secret_name, new_private_key)
Expand Down

0 comments on commit dba346d

Please sign in to comment.