From c739f3f5f06cc1fb11861515521b42d625152843 Mon Sep 17 00:00:00 2001 From: Yvette Nartey Date: Mon, 20 Jan 2025 15:26:53 +0100 Subject: [PATCH] FIX: update delete old branches --- .github/workflows/delete-old-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-old-branches.yml b/.github/workflows/delete-old-branches.yml index 60856db..8f15039 100644 --- a/.github/workflows/delete-old-branches.yml +++ b/.github/workflows/delete-old-branches.yml @@ -48,4 +48,4 @@ jobs: fi done env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CODE-IDP-GITHUB-TOKEN }}