File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,31 +43,31 @@ jobs:
4343 image : ghcr.io/your-org/your-image:latest
4444 credentials :
4545 username : ${{ github.actor }}
46- password : ${{ secrets.GITHUB_TOKEN }}
46+ password : ${{ github.token }}
4747 node : 18
4848 binary : linux-x64-glibc-108
4949 - os : ubuntu-22.04
5050 container :
5151 image : ghcr.io/your-org/your-image:latest
5252 credentials :
5353 username : ${{ github.actor }}
54- password : ${{ secrets.GITHUB_TOKEN }}
54+ password : ${{ github.token }}
5555 node : 20
5656 binary : linux-x64-glibc-115
5757 - os : ubuntu-22.04
5858 container :
5959 image : ghcr.io/your-org/your-image:latest
6060 credentials :
6161 username : ${{ github.actor }}
62- password : ${{ secrets.GITHUB_TOKEN }}
62+ password : ${{ github.token }}
6363 node : 22
6464 binary : linux-x64-glibc-127
6565 - os : ubuntu-22.04
6666 container :
6767 image : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
6868 credentials :
6969 username : ${{ github.actor }}
70- password : ${{ secrets.GITHUB_TOKEN }}
70+ password : ${{ github.token }}
7171 node : 24
7272 binary : linux-x64-glibc-137
7373
You can’t perform that action at this time.
0 commit comments