Skip to content

Commit fed2626

Browse files
committed
Disable upbound package mirroring to upbound
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent 3b34e63 commit fed2626

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ jobs:
216216
with:
217217
registry_org: crossplane-contrib
218218
repository: provider-openstack
219-
mirror-registry: xpkg.upbound.io
219+
mirror: false # do not mirror unreleased packages to upbound registry
220220
go-version: "1.24" # Keep in sync with env.GO_VERSION above
221221
secrets:
222222
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}
223-
XPKG_MIRROR_ACCESS_ID: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
224-
XPKG_MIRROR_TOKEN: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

0 commit comments

Comments
 (0)