diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c38e92e..45e229c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,25 +190,12 @@ jobs: - name: Check out repo uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - name: Log in to Azure - CI Subscription - uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0 - with: - creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - - - name: Retrieve secrets - id: retrieve-secrets - uses: bitwarden/gh-actions/get-keyvault-secrets@main - with: - keyvault: "bitwarden-ci" - secrets: "crowdin-api-token" - - name: Upload sources uses: crowdin/github-action@6ed209d411599a981ccb978df3be9dc9b8a81699 # v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }} + CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }} with: config: crowdin.yml - crowdin_branch_name: main upload_sources: true upload_translations: false diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index 9d5aaa96..e0359112 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -27,16 +27,15 @@ jobs: uses: bitwarden/gh-actions/get-keyvault-secrets@main with: keyvault: "bitwarden-ci" - secrets: "crowdin-api-token, github-gpg-private-key, github-gpg-private-key-passphrase" + secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" - name: Download translations uses: crowdin/github-action@6ed209d411599a981ccb978df3be9dc9b8a81699 # v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }} + CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }} with: config: crowdin.yml - crowdin_branch_name: main upload_sources: false upload_translations: false download_translations: true