From e7b8d25bfcce57e95f1e85d5b4083a60c334d89d Mon Sep 17 00:00:00 2001 From: "chen, suyue" Date: Thu, 9 Jan 2025 17:19:04 +0800 Subject: [PATCH] Update action token (#1131) Signed-off-by: chensuyue --- .github/workflows/manual-freeze-images.yml | 6 +++--- .github/workflows/manual-freeze-requirements.yml | 6 +++--- .github/workflows/push-infra-issue-creation.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/manual-freeze-images.yml b/.github/workflows/manual-freeze-images.yml index 2df3b19781..cd447d6335 100644 --- a/.github/workflows/manual-freeze-images.yml +++ b/.github/workflows/manual-freeze-images.yml @@ -28,9 +28,9 @@ jobs: - name: Set up Git run: | - git config --global user.name "NeuralChatBot" - git config --global user.email "grp_neural_chat_bot@intel.com" - git remote set-url origin https://NeuralChatBot:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git + git config --global user.name "CICD-at-OPEA" + git config --global user.email "CICD@opea.dev" + git remote set-url origin https://CICD-at-OPEA:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git - name: Run script run: | diff --git a/.github/workflows/manual-freeze-requirements.yml b/.github/workflows/manual-freeze-requirements.yml index 8f00ca4235..421b99c95b 100644 --- a/.github/workflows/manual-freeze-requirements.yml +++ b/.github/workflows/manual-freeze-requirements.yml @@ -23,9 +23,9 @@ jobs: - name: Set up Git run: | - git config --global user.name "NeuralChatBot" - git config --global user.email "grp_neural_chat_bot@intel.com" - git remote set-url origin https://NeuralChatBot:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git + git config --global user.name "CICD-at-OPEA" + git config --global user.email "CICD@opea.dev" + git remote set-url origin https://CICD-at-OPEA:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git - name: Run script run: | diff --git a/.github/workflows/push-infra-issue-creation.yml b/.github/workflows/push-infra-issue-creation.yml index 2644dc824a..81c268e58f 100644 --- a/.github/workflows/push-infra-issue-creation.yml +++ b/.github/workflows/push-infra-issue-creation.yml @@ -40,7 +40,7 @@ jobs: - name: Create Issue uses: daisy-ycguo/create-issue-action@stable with: - token: ${{ secrets.Infra_Issue_Token }} + token: ${{ secrets.ACTION_TOKEN }} owner: opea-project repo: GenAIInfra title: |