Skip to content

Commit

Permalink
added get-runner-token
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnrobinson committed Mar 7, 2024
1 parent f71aea7 commit c9a4ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-runner-token/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ def generate_token():
token = generate_token()
if token:
print(f"::set-output name=runner_token::{token}")
print(token)

0 comments on commit c9a4ef0

Please sign in to comment.