Skip to content

Commit 755c911

Browse files
use crossplane xpkg login
Signed-off-by: Steven Borrelli <[email protected]>
1 parent c5fc464 commit 755c911

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,9 @@ jobs:
144144
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
145145

146146
- name: Login to Upbound
147-
uses: docker/login-action@v3
148147
if: env.XPKG_ACCESS_ID != ''
149-
with:
150-
registry: xpkg.upbound.io
151-
username: ${{ secrets.XPKG_ACCESS_ID }}
152-
password: ${{ secrets.XPKG_TOKEN }}
153-
148+
run: "./crossplane xpkg login -a borrelli-org -t ${{ secrets.XPKG_TOKEN }}"
149+
154150
# If a version wasn't explicitly passed as a workflow_dispatch input we
155151
# default to version v0.0.0-<git-commit-date>-<git-short-sha>, for example
156152
# v0.0.0-20231101115142-1091066df799. This is a simple implementation of

0 commit comments

Comments
 (0)