From b07e517e77eb08eaffbf7c9f455f0069e327ad5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez=20Mor=C3=B3n?= Date: Fri, 29 Jul 2022 11:10:28 +0200 Subject: [PATCH] [bitnami/*] Changing token to avoid rate limiting on GITHUB_TOKEN (#1154) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Automated PRs created by the bitnami-bot should be ignored by any workflow related to support activities. Signed-off-by: Alejandro Gómez * Changing token to retrieve team members since the rate limiting for bitnami-bot was fixed Signed-off-by: Alejandro Gómez * Changing finally when it's executed, not the token Signed-off-by: Alejandro Gómez * Changing finally when it's executed, not the token Signed-off-by: Alejandro Gómez * Changing finally when it's executed, not the token Signed-off-by: Alejandro Gómez --- .github/workflows/sync-labels.yml | 2 +- .github/workflows/sync-teams.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index afeb3a56755a..9fa06c292884 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -2,7 +2,7 @@ name: '[Support] Synchronize labels from the vms repository' on: schedule: # Daily - - cron: '0 1 * * *' + - cron: '0 3 * * *' permissions: issues: write diff --git a/.github/workflows/sync-teams.yml b/.github/workflows/sync-teams.yml index 51222e3eb90c..19cedbe10983 100644 --- a/.github/workflows/sync-teams.yml +++ b/.github/workflows/sync-teams.yml @@ -2,7 +2,7 @@ name: '[Support] Synchronize team members in the .env file' on: schedule: # Daily - - cron: '0 1 * * *' + - cron: '0 5 * * *' permissions: repository-projects: write