Skip to content

Commit 9c1682a

Browse files
committed
ghcr?
1 parent 5d0e578 commit 9c1682a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Skia Artifacts
22

33
permissions:
4+
contents: read
45
packages: read
56

67
on:
@@ -17,6 +18,13 @@ jobs:
1718
name: Headers
1819
runs-on: ubuntu-latest
1920
steps:
21+
- name: Log in to GitHub Container Registry
22+
uses: docker/login-action@v3
23+
with:
24+
registry: ghcr.io
25+
username: ${{ github.actor }}
26+
password: ${{ secrets.GITHUB_TOKEN }}
27+
2028
- name: Checkout
2129
uses: actions/checkout@v4
2230
with:

0 commit comments

Comments
 (0)