Skip to content

Commit fd9b7e8

Browse files
committed
chore: Auth in Docker
1 parent e8f1f1e commit fd9b7e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
id: checkout
2424
uses: actions/checkout@v4
2525

26+
- name: Login to GHCR
27+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
28+
2629
- name: Sync Docs
2730
id: sync-docs
2831
uses: ./

0 commit comments

Comments
 (0)