Skip to content

Commit e733567

Browse files
committed
more
1 parent f54bfed commit e733567

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,42 +32,29 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
container:
3434
image: ${{ matrix.container }}
35+
credentials:
36+
username: ${{ github.actor }}
37+
password: ${{ github.token }}
3538
timeout-minutes: 30
3639
strategy:
3740
fail-fast: false
3841
matrix:
3942
include:
4043
# x64 glibc
4144
- os: ubuntu-22.04
42-
container:
43-
image: ghcr.io/your-org/your-image:latest
44-
credentials:
45-
username: ${{ github.actor }}
46-
password: ${{ github.token }}
45+
container: ghcr.io/your-org/your-image:latest
4746
node: 18
4847
binary: linux-x64-glibc-108
4948
- os: ubuntu-22.04
50-
container:
51-
image: ghcr.io/your-org/your-image:latest
52-
credentials:
53-
username: ${{ github.actor }}
54-
password: ${{ github.token }}
49+
container: ghcr.io/your-org/your-image:latest
5550
node: 20
5651
binary: linux-x64-glibc-115
5752
- os: ubuntu-22.04
58-
container:
59-
image: ghcr.io/your-org/your-image:latest
60-
credentials:
61-
username: ${{ github.actor }}
62-
password: ${{ github.token }}
53+
container: ghcr.io/your-org/your-image:latest
6354
node: 22
6455
binary: linux-x64-glibc-127
6556
- os: ubuntu-22.04
66-
container:
67-
image: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
68-
credentials:
69-
username: ${{ github.actor }}
70-
password: ${{ github.token }}
57+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
7158
node: 24
7259
binary: linux-x64-glibc-137
7360

0 commit comments

Comments
 (0)