Skip to content

Commit 928a2f6

Browse files
chore: change token name
1 parent 401a4a6 commit 928a2f6

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/cesar.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,15 @@ jobs:
3030
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3131
with:
3232
repository: ${{ secrets.CES_EXECUTOR_REPO }}
33-
token: ${{ secrets.TWOMS_BOT_PAT }}
33+
token: ${{ secrets.CES_GITHUB_TOKEN }}
3434
path: cli
3535
ref: master
3636

3737
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3838
with:
3939
go-version-file: 2ms/go.mod
4040
cache: true
41-
cache-dependency-path: |
42-
2ms/go.sum
43-
cli/go.sum
41+
cache-dependency-path: 2ms/go.sum
4442

4543
- name: Build 2ms Binary
4644
env:

.github/workflows/ci-projects.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,15 @@ jobs:
3030
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3131
with:
3232
repository: ${{ secrets.CES_EXECUTOR_REPO }}
33-
token: ${{ secrets.TWOMS_BOT_PAT }}
33+
token: ${{ secrets.CES_GITHUB_TOKEN }}
3434
path: cli
3535
ref: master
3636

3737
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3838
with:
3939
go-version-file: 2ms/go.mod
4040
cache: true
41-
cache-dependency-path: |
42-
2ms/go.sum
43-
cli/go.sum
41+
cache-dependency-path: 2ms/go.sum
4442

4543
- name: Build 2ms Binary
4644
env:

0 commit comments

Comments
 (0)