diff --git a/.github/workflows/publish.yaml.bak b/.github/workflows/publish.yaml.bak index 421d0aa..11848db 100644 --- a/.github/workflows/publish.yaml.bak +++ b/.github/workflows/publish.yaml.bak @@ -13,12 +13,12 @@ jobs: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')) uses: rees46/workflow/.github/workflows/reusable-android-google-play-publish.yaml@1cfee7e2e762eed3a3d7d67c413aa0bae7f5ffae with: - githubAppId: ${{ vars.PUBLIVERSIONER_ID }} + githubAppId: ${{ vars.PUBLISHER_ID }} packageName: "rees46.demo_shop" aabReleasePath: "app/build/outputs/bundle/prodRelease/app-prod-release.aab" propertiesFilePath: "version.properties" secrets: - GITHUB_APP_PRIVATE_KEY: ${{ secrets.PUBLIVERSIONER_SECRET }} + GITHUB_APP_PRIVATE_KEY: ${{ secrets.PUBLISHER_SECRET }} GOOGLE_SERVICES_FILE_AS_BASE64: ${{ secrets.GOOGLE_SERVICES_FILE_AS_BASE64 }} GOOGLE_PLAY_SIGNING_KEY_FILE_AS_BASE64: ${{ secrets.GOOGLE_PLAY_SIGNING_KEY_FILE_AS_BASE64 }} RELEASE_STORE_PASSWORD: ${{ secrets.RELEASE_STORE_PASSWORD }}