Skip to content

Commit c9fcaeb

Browse files
committed
Fix publish pipeline
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent 6311408 commit c9fcaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ on:
1414

1515
jobs:
1616
publish-provider-package:
17-
uses: crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@main
17+
uses: crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@9a2125b3ec67a41a24913ada8212b9359f104c8c
1818
with:
1919
repository: provider-openstack
2020
version: ${{ github.event.inputs.version }}
2121
go-version: ${{ github.event.inputs.go-version }}
2222
cleanup-disk: true
23+
mirror-to-upbound-registry: false
2324
secrets:
24-
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}
25-
XPKG_UPBOUND_TOKEN: ${{ secrets.XPKG_UPBOUND_TOKEN }}
25+
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)