Skip to content

Commit f54bfed

Browse files
committed
more
1 parent a9d2bfe commit f54bfed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)