Skip to content

Commit

Permalink
Merge pull request #298 from alphagov/bulk/use-yml-for-gha-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything authored Jan 4, 2023
2 parents 70faf08 + 64ec5ec commit f994ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
permissions:
contents: write
uses: alphagov/govuk-infrastructure/.github/workflows/publish-rubygem.yaml@main
uses: alphagov/govuk-infrastructure/.github/workflows/publish-rubygem.yml@main
secrets:
GEM_HOST_API_KEY: ${{ secrets.ALPHAGOV_RUBYGEMS_API_KEY }}

0 comments on commit f994ed3

Please sign in to comment.