From 230366c79840be4f5543d82f82a909f96b291430 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Fri, 30 Aug 2024 00:02:05 +0900 Subject: [PATCH] fix: GitHub access token for Replexica (#16395) --- .github/workflows/i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index e469c75b498f3d..8b9ca57d14b16c 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: replexica/replexica@main env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} with: api-key: ${{ secrets.CI_REPLEXICA_API_KEY }} pull-request: true