Skip to content

Commit 3cf1b97

Browse files
committed
add auth again!
1 parent a4697e3 commit 3cf1b97

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
- name: Run pre-commit
4242
run: uv run pre-commit run --all-files
4343

44+
- name: Login to GitHub Container Registry
45+
uses: docker/login-action@v3
46+
with:
47+
registry: "ghcr.io"
48+
username: ${{ github.actor }}
49+
password: ${{ github.token }}
50+
4451
- name: Run Speckle Server
4552
run: docker compose --file docker-compose-internal.yml up --detach --wait
4653

0 commit comments

Comments
 (0)