Skip to content

Commit e9630ad

Browse files
give access to private image
1 parent 4d6903c commit e9630ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
4747
test:
4848
runs-on: ${{ matrix.os }}
49+
permissions:
50+
packages: read
4951
strategy:
5052
fail-fast: false
5153
matrix:
@@ -55,6 +57,9 @@ jobs:
5557
services:
5658
altertable:
5759
image: ghcr.io/altertable-ai/altertable-mock:latest
60+
credentials:
61+
username: ${{ github.actor }}
62+
password: ${{ secrets.GITHUB_TOKEN }}
5863
ports:
5964
- 15002:15002
6065
env:

0 commit comments

Comments
 (0)