From 42b22d19f356cedcf3f1b1159218ca7514649e60 Mon Sep 17 00:00:00 2001 From: Bohdan Tverdyi Date: Tue, 10 Mar 2026 14:44:24 +0700 Subject: [PATCH] NR-135 Migrate release steps to GitHub application --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c8bad5a..543272d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,7 +31,9 @@ jobs: release: uses: naviteq/github-actions/.github/workflows/create-release.yaml@main - secrets: inherit needs: - docker - helm + secrets: + GITHUB_APP_ID: ${{ secrets.NAVITEQ_GITHUB_APP_ID }} + GITHUB_APP_KEY: ${{ secrets.NAVITEQ_GITHUB_APP_KEY }}