From 70e923bcde33b76363312c988561a63210127410 Mon Sep 17 00:00:00 2001 From: Yury Gargay Date: Wed, 6 Dec 2023 17:37:18 +0100 Subject: [PATCH] Change secret name --- .github/workflows/sync-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-main.yml b/.github/workflows/sync-main.yml index c705001879e..e36e35a2d63 100644 --- a/.github/workflows/sync-main.yml +++ b/.github/workflows/sync-main.yml @@ -18,5 +18,5 @@ jobs: with: workflow: sync-main.yml repo: ${{ secrets.UPSTREAM_REPO }} - token: ${{ secrets.SIGN_GITHUB_TOKEN }} + token: ${{ secrets.NC_GITHUB_TOKEN }} inputs: '{ "sha": "${{ github.sha }}" }' \ No newline at end of file