File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments