From 93017ca3b1b5ba0d46bf8d91d3b150d8081ca516 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Mon, 26 Jun 2023 16:41:49 +0900 Subject: [PATCH] Add API key secret to env in publish workflow --- .github/workflows/gradle-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 601da11..755d719 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -29,6 +29,7 @@ jobs: uses: gradle/gradle-build-action@v2 with: arguments: build + STADIA_API_KEY: ${{ secrets.STADIA_API_KEY }} # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle