Skip to content

Commit

Permalink
fix(ci): Fix case of github_token variable (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Feb 27, 2024
1 parent d2ca785 commit 9940fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manage-runner-post/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup runner
description: Reusable action for tearing down the github runner

inputs:
github_token:
GITHUB_TOKEN:
description: 'Automatically assigned GitHub Token'
required: true

Expand Down

0 comments on commit 9940fdf

Please sign in to comment.