Skip to content

Commit 4a60a6d

Browse files
committed
set ghcr owner
1 parent 0e9e7a2 commit 4a60a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
--output /tmp/output \
6161
--cache-type bincache \
6262
--parallel 4 \
63+
--ghcr-owner pkgforge-dev \
6364
--github-token "$GITHUB_TOKEN" || {
6465
echo "::warning::bincache metadata generation failed or no packages found"
6566
}
@@ -83,6 +84,7 @@ jobs:
8384
--output /tmp/output \
8485
--cache-type pkgcache \
8586
--parallel 4 \
87+
--ghcr-owner pkgforge-dev \
8688
--github-token "$GITHUB_TOKEN" || {
8789
echo "::warning::pkgcache metadata generation failed or no packages found"
8890
}

0 commit comments

Comments
 (0)