From c6ece3c8a0cec66b1de7d1f29dd35a21b744395b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 10 Feb 2025 14:54:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'workflows/'=20(#31851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bitnami-bot --- .github/workflows/clossing-issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clossing-issues.yml b/.github/workflows/clossing-issues.yml index 7a6b64909a..ecfceb0826 100644 --- a/.github/workflows/clossing-issues.yml +++ b/.github/workflows/clossing-issues.yml @@ -1,6 +1,7 @@ # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 +# NOTE: This workflow is maintained in the https://github.com/bitnami/support repository name: '[Support] Close Solved issues' on: schedule: @@ -18,4 +19,4 @@ jobs: stale-issue-label: 'solved' days-before-stale: 0 days-before-close: 0 - repo-token: ${{ secrets.BITNAMI_BOT_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }} \ No newline at end of file