From dcb3d960defa647c3c01d2c78665be6da8c88030 Mon Sep 17 00:00:00 2001 From: Jason Nucciarone <40342202+NucciTheBoss@users.noreply.github.com> Date: Wed, 29 May 2024 11:28:00 -0400 Subject: [PATCH] feat: Add Ubuntu HPC bot as publisher (#5) Updated CI action so that we can set a custom publisher rather than be required to use the `Snapcrafters Bot` account to tag releases + sync upstream versions of code: https://github.com/snapcrafters/ci/pull/40 When new candidate versions of the slurm snap are published, a tag for each architecture + revision will be created by the Ubuntu HPC bot account. Signed-off-by: Jason C. Nucciarone --- .github/workflows/release-to-candidate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-to-candidate.yaml b/.github/workflows/release-to-candidate.yaml index 6a7af6c..0cf9411 100644 --- a/.github/workflows/release-to-candidate.yaml +++ b/.github/workflows/release-to-candidate.yaml @@ -55,6 +55,8 @@ jobs: launchpad-token: ${{ secrets.LP_BUILD }} store-token: ${{ secrets.SNAP_STORE_CANDIDATE }} # Expires October 30th, 2024 repo-token: ${{ secrets.GITHUB_TOKEN }} + bot-name: "Ubuntu HPC Bot" + bot-email: "nuccitheboss+ubuntuhpcbot@ubuntu.com" call-for-testing: name: 📣 Create call for testing