Update action token (#1131)
Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
6
.github/workflows/manual-freeze-images.yml
vendored
6
.github/workflows/manual-freeze-images.yml
vendored
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user