Update action token (#1131)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-01-09 17:19:04 +08:00
committed by GitHub
parent efd95780fd
commit e7b8d25bfc
3 changed files with 7 additions and 7 deletions

View File

@@ -28,9 +28,9 @@ jobs:
- name: Set up Git - name: Set up Git
run: | run: |
git config --global user.name "NeuralChatBot" git config --global user.name "CICD-at-OPEA"
git config --global user.email "grp_neural_chat_bot@intel.com" git config --global user.email "CICD@opea.dev"
git remote set-url origin https://NeuralChatBot:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git git remote set-url origin https://CICD-at-OPEA:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git
- name: Run script - name: Run script
run: | run: |

View File

@@ -23,9 +23,9 @@ jobs:
- name: Set up Git - name: Set up Git
run: | run: |
git config --global user.name "NeuralChatBot" git config --global user.name "CICD-at-OPEA"
git config --global user.email "grp_neural_chat_bot@intel.com" git config --global user.email "CICD@opea.dev"
git remote set-url origin https://NeuralChatBot:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git git remote set-url origin https://CICD-at-OPEA:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git
- name: Run script - name: Run script
run: | run: |

View File

@@ -40,7 +40,7 @@ jobs:
- name: Create Issue - name: Create Issue
uses: daisy-ycguo/create-issue-action@stable uses: daisy-ycguo/create-issue-action@stable
with: with:
token: ${{ secrets.Infra_Issue_Token }} token: ${{ secrets.ACTION_TOKEN }}
owner: opea-project owner: opea-project
repo: GenAIInfra repo: GenAIInfra
title: | title: |