We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0e578 commit 9c1682aCopy full SHA for 9c1682a
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,7 @@
1
name: Build Skia Artifacts
2
3
permissions:
4
+ contents: read
5
packages: read
6
7
on:
@@ -17,6 +18,13 @@ jobs:
17
18
name: Headers
19
runs-on: ubuntu-latest
20
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
+
28
- name: Checkout
29
uses: actions/checkout@v4
30
with:
0 commit comments