Skip to content

Commit

Permalink
Merge pull request #390 from alphagov/add-workflow
Browse files Browse the repository at this point in the history
Add gem version bump checker workflow
  • Loading branch information
MuriloDalRi authored Jul 4, 2024
2 parents becf79e + 62c7bcf commit 91143ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gem-bump-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on:
workflow_dispatch: {}
pull_request: {}

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

0 comments on commit 91143ae

Please sign in to comment.