Skip to content

Commit d08ab7b

Browse files
authored
Merge pull request #202 from crossplane-contrib/update-secrets
Update secrets for publish provider workflow
2 parents e91a7b8 + 39f4c99 commit d08ab7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-provider-packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
cleanup-disk: true
2323
secrets:
2424
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}
25-
XPKG_UPBOUND_TOKEN: ${{ secrets.XPKG_UPBOUND_TOKEN }}
25+
XPKG_MIRROR_TOKEN: ${{ secrets.XPKG_TOKEN }}
26+
XPKG_MIRROR_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}

0 commit comments

Comments
 (0)