From 1ee36a76efdb0615c5326b1808a26acc00e9d505 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Wed, 29 May 2024 13:33:51 -0400 Subject: [PATCH] fix: Use HPC bot token rather than GitHub token Signed-off-by: Jason C. Nucciarone --- .github/workflows/release-to-candidate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-to-candidate.yaml b/.github/workflows/release-to-candidate.yaml index 0cf9411..4469dc3 100644 --- a/.github/workflows/release-to-candidate.yaml +++ b/.github/workflows/release-to-candidate.yaml @@ -54,7 +54,7 @@ jobs: architecture: ${{ matrix.architecture }} launchpad-token: ${{ secrets.LP_BUILD }} store-token: ${{ secrets.SNAP_STORE_CANDIDATE }} # Expires October 30th, 2024 - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.UBUNTU_HPC_BOT_TOKEN }} # Expires October 30th, 2024 bot-name: "Ubuntu HPC Bot" bot-email: "nuccitheboss+ubuntuhpcbot@ubuntu.com"