Skip to content

Commit f488058

Browse files
committed
add ghcr login
Tool: gitpod/catfood.gitpod.cloud
1 parent f1ece5a commit f488058

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permissions:
44
contents: write # This is required for actions/checkout and create release
55
pull-requests: write
66
actions: write # This is required for trigger another action which is used by JetBrains integrateion tests
7+
packages: read
78
on:
89
pull_request:
910
types: [ opened, edited ]
@@ -229,6 +230,12 @@ jobs:
229230
cat report.html >> $GITHUB_STEP_SUMMARY
230231
231232
exit $RESULT
233+
- name: Login to GitHub Container Registry
234+
uses: docker/login-action@v3
235+
with:
236+
registry: ghcr.io
237+
username: ${{ github.actor }}
238+
password: ${{ secrets.GITHUB_TOKEN }}
232239
- name: Leeway Build
233240
id: leeway
234241
shell: bash

0 commit comments

Comments
 (0)