Skip to content

Commit

Permalink
Add gem autorelease workflow
Browse files Browse the repository at this point in the history
  This will automatically release patch versions when dependencies are updated.
  • Loading branch information
brucebolt committed Oct 9, 2024
1 parent 64b73f5 commit ce0d2e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
workflow_dispatch: {}
schedule:
- cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri.

jobs:
autorelease:
uses: alphagov/govuk-infrastructure/.github/workflows/autorelease-rubygem.yml@main
secrets:
GH_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }}

0 comments on commit ce0d2e8

Please sign in to comment.