Skip to content

Commit

Permalink
feat: Add Ubuntu HPC bot as publisher (#5)
Browse files Browse the repository at this point in the history
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:
snapcrafters/ci#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 <[email protected]>
  • Loading branch information
NucciTheBoss authored May 29, 2024
1 parent b4648fd commit dcb3d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]"

call-for-testing:
name: 📣 Create call for testing
Expand Down

0 comments on commit dcb3d96

Please sign in to comment.