From 3bd29a5af439c7cc572ae5366925f1691471e10f Mon Sep 17 00:00:00 2001 From: Kirill Ivanov Date: Thu, 15 May 2025 04:04:13 +0300 Subject: [PATCH] refactor(github): change github app secrets 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 2823794..9341640 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -17,8 +17,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