diff options
-rw-r--r-- | .github/workflows/refresh_token.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |