diff options
author | Reza Mubeen <mrezam@hotmail.com> | 2025-06-11 15:52:36 -0500 |
---|---|---|
committer | Reza Mubeen <mrezam@hotmail.com> | 2025-06-11 15:52:36 -0500 |
commit | 4e922554f64da9a357e5fb3b7e56b76a57b954eb (patch) | |
tree | 39b5b93fd148663dada9db3e10c0aa2d3ba15647 | |
parent | 6f2ea3a99742648bf4f3ff6aa1db0c1f819ec61a (diff) | |
download | vyos.vyos-add-refresh-token-action.tar.gz vyos.vyos-add-refresh-token-action.zip |
Fix indentation in refresh_token.yml cron scheduleadd-refresh-token-action
-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: |