From 2fe33f7fd6fe34fc8183aa947df0bc9022f417f4 Mon Sep 17 00:00:00 2001 From: Kirill Ivanov Date: Thu, 15 May 2025 04:01:50 +0300 Subject: [PATCH] refactor(github): change github app to versioner on version workflow --- .github/workflows/version.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 2b7847f..2346b31 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -15,8 +15,8 @@ jobs: uses: rees46/workflow/.github/workflows/reusable-multiplatform-version-bump.yaml@master permissions: write-all secrets: - appSecret: ${{ secrets.PUBLIVERSIONER_SECRET }} + appSecret: ${{ secrets.VERSIONER_SECRET }} githubToken: ${{ secrets.GITHUB_TOKEN }} with: - appId: ${{ vars.PUBLIVERSIONER_ID }} + appId: ${{ vars.VERSIONER_ID }} reviewerUsername: iwwwanow