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:
43
43
image : ghcr.io/your-org/your-image:latest
44
44
credentials :
45
45
username : ${{ github.actor }}
46
- password : ${{ secrets.GITHUB_TOKEN }}
46
+ password : ${{ github.token }}
47
47
node : 18
48
48
binary : linux-x64-glibc-108
49
49
- os : ubuntu-22.04
50
50
container :
51
51
image : ghcr.io/your-org/your-image:latest
52
52
credentials :
53
53
username : ${{ github.actor }}
54
- password : ${{ secrets.GITHUB_TOKEN }}
54
+ password : ${{ github.token }}
55
55
node : 20
56
56
binary : linux-x64-glibc-115
57
57
- os : ubuntu-22.04
58
58
container :
59
59
image : ghcr.io/your-org/your-image:latest
60
60
credentials :
61
61
username : ${{ github.actor }}
62
- password : ${{ secrets.GITHUB_TOKEN }}
62
+ password : ${{ github.token }}
63
63
node : 22
64
64
binary : linux-x64-glibc-127
65
65
- os : ubuntu-22.04
66
66
container :
67
67
image : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
68
68
credentials :
69
69
username : ${{ github.actor }}
70
- password : ${{ secrets.GITHUB_TOKEN }}
70
+ password : ${{ github.token }}
71
71
node : 24
72
72
binary : linux-x64-glibc-137
73
73
You can’t perform that action at this time.
0 commit comments