From 4e922554f64da9a357e5fb3b7e56b76a57b954eb Mon Sep 17 00:00:00 2001 From: Reza Mubeen Date: Wed, 11 Jun 2025 15:52:36 -0500 Subject: Fix indentation in refresh_token.yml cron schedule --- .github/workflows/refresh_token.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/refresh_token.yml index e8afbc85..a75f9633 100644 --- a/.github/workflows/refresh_token.yml +++ b/.github/workflows/refresh_token.yml @@ -2,7 +2,7 @@ name: Refresh the automation hub token # the token expires every 30 days, so we need to refresh it on: schedule: - - cron: '0 12 1,15 * *' # run 12pm on the 1st and 15th of the month + - cron: '0 12 1,15 * *' # run 12pm on the 1st and 15th of the month workflow_dispatch: jobs: -- cgit v1.2.3