Skip to content

Commit 6ba9652

Browse files
committed
login to ghcr
1 parent 8f631b5 commit 6ba9652

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ jobs:
145145
runs-on: ubuntu-latest
146146
needs: publish-image
147147
steps:
148+
- name: Login to GHCR
149+
uses: docker/login-action@v3
150+
with:
151+
registry: ghcr.io
152+
username: ${{ github.repository_owner }}
153+
password: ${{ secrets.GITHUB_TOKEN }}
148154
- name: Pull and run container
149155
run: |
150156
docker pull ghcr.io/pluralsh/pr-governance-webhook:main

0 commit comments

Comments
 (0)