Skip to content

Commit e7b8d25

Browse files
authored
Update action token (opea-project#1131)
Signed-off-by: chensuyue <[email protected]>
1 parent efd9578 commit e7b8d25

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/manual-freeze-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828

2929
- name: Set up Git
3030
run: |
31-
git config --global user.name "NeuralChatBot"
32-
git config --global user.email "[email protected]"
33-
git remote set-url origin https://NeuralChatBot:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git
31+
git config --global user.name "CICD-at-OPEA"
32+
git config --global user.email "[email protected]"
33+
git remote set-url origin https://CICD-at-OPEA:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git
3434
3535
- name: Run script
3636
run: |

.github/workflows/manual-freeze-requirements.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
- name: Set up Git
2525
run: |
26-
git config --global user.name "NeuralChatBot"
27-
git config --global user.email "[email protected]"
28-
git remote set-url origin https://NeuralChatBot:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git
26+
git config --global user.name "CICD-at-OPEA"
27+
git config --global user.email "[email protected]"
28+
git remote set-url origin https://CICD-at-OPEA:"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIComps.git
2929
3030
- name: Run script
3131
run: |

.github/workflows/push-infra-issue-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create Issue
4141
uses: daisy-ycguo/create-issue-action@stable
4242
with:
43-
token: ${{ secrets.Infra_Issue_Token }}
43+
token: ${{ secrets.ACTION_TOKEN }}
4444
owner: opea-project
4545
repo: GenAIInfra
4646
title: |

0 commit comments

Comments
 (0)