From bd66e93b6d372a2ae2d9ac738f975cab8966fb84 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Fri, 5 Mar 2021 19:07:24 +0800 Subject: [PATCH] chore(CI): fix spell error --- .github/workflows/git_sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git_sync.yaml b/.github/workflows/git_sync.yaml index a57a68ceb..6fe19eae6 100644 --- a/.github/workflows/git_sync.yaml +++ b/.github/workflows/git_sync.yaml @@ -23,7 +23,7 @@ jobs: set -euo pipefail curl --silent --show-error \ -H "Accept: application/vnd.github.v3+json" \ - -H "Authorization: token ${{ secrets.CI_GIT_TOEKN }}" \ + -H "Authorization: token ${{ secrets.CI_GIT_TOKEN }}" \ -X POST \ -d '{"title": "Sync code into enterprise from opensource", "head": "master", "base":"enterprise"}' \ https://api.github.com/repos/${{ github.repository_owner }}/emqx-enterprise/pulls