From 0fa26acee4b5373f77a3913fa116def17e46d5e3 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Fri, 1 May 2026 11:10:00 -0400 Subject: [PATCH] [BRE-1851] Remove GPG secrets (#6862) --- .github/workflows/crowdin-pull.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index ca874e51f0..30b2141f89 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -39,13 +39,6 @@ jobs: - name: Retrieve secrets id: retrieve-secrets uses: bitwarden/gh-actions/get-keyvault-secrets@main - with: - keyvault: "bitwarden-ci" - secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" - - - name: Retrieve secrets - id: retrieve-secrets-crowdin - uses: bitwarden/gh-actions/get-keyvault-secrets@main with: keyvault: "gh-android" secrets: "CROWDIN-API-TOKEN" @@ -66,7 +59,7 @@ jobs: uses: crowdin/github-action@0749939f635900a2521aa6aac7a3766642b2dc71 # v2.11.0 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} - CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets-crowdin.outputs.CROWDIN-API-TOKEN }} + CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.CROWDIN-API-TOKEN }} _CROWDIN_PROJECT_ID: "269690" with: config: crowdin.yml @@ -81,5 +74,3 @@ jobs: pull_request_title: "Crowdin Pull" pull_request_body: ":inbox_tray: New translations received!" pull_request_labels: "automated-pr, t:misc" - gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }} - gpg_passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}