File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ def main():
8383 os .system (f'echo "REPOSITORY_PUBLIC_KEY={ repo_public_key } " >> $GITHUB_ENV' )
8484 print (f"Public key added as a environment variable" )
8585 repo_public_key_id = get_repository_public_key_id (organization , repository_name )
86- os .system (f'echo "REPOSITORY_PUBLIC_KEY_ID={ repo_public_key } " >> $GITHUB_ENV' )
86+ os .system (f'echo "REPOSITORY_PUBLIC_KEY_ID={ repo_public_key_id } " >> $GITHUB_ENV' )
8787 print (f"Public key id added as a environment variable" )
8888
8989
9090 # return encrypted_secret
9191 except Exception as e :
92- print (f"Error encrypting secret : { e } " )
92+ print (f"Error retrieving public key and public key id of { repository_name } : { e } " )
9393 exit (1 )
9494
9595if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments