From b8c52c9aeb005f30be3d316d48540ca34ae75ec5 Mon Sep 17 00:00:00 2001 From: Jamie B <53781962+JamieB-gu@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:04:34 +0000 Subject: [PATCH] Test release workflow with setup sbt We've added `setup-sbt` to the release workflow on a branch in that repo. We're going to test that it works by releasing `fastly-api-client` with that branch in this repo. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9286236..02862e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,9 @@ on: jobs: release: - uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@main + uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@add-setup-sbt-action permissions: { contents: write, pull-requests: write } secrets: SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }} PGP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }} - GITHUB_APP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_GITHUB_APP_PRIVATE_KEY }} \ No newline at end of file + GITHUB_APP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_GITHUB_APP_PRIVATE_KEY }}