Skip to content

Commit

Permalink
Merge pull request #121 from alphagov/autorelease
Browse files Browse the repository at this point in the history
Add autorelease workflow
  • Loading branch information
JonathanHallam authored Sep 25, 2024
2 parents 85a9ebb + 4fd2aaf commit 1a684fd
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 1a684fd

Please sign in to comment.