Skip to content

Commit

Permalink
Merge pull request #361 from alphagov/add-autorelease-workflow
Browse files Browse the repository at this point in the history
Add autorelease workflow
  • Loading branch information
robinjam committed Mar 19, 2024
2 parents 9fa28fb + a7d4813 commit bfa116f
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: '00 13 * * 2'

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 bfa116f

Please sign in to comment.