From e41f3787ed3503b45126f9913b88a54233343e38 Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Sun, 2 Nov 2025 11:19:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows'=20with=20remote=20'gitops/shared-files/functions/workflows?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a71900c..a5c1e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ env: # This CI job will automatically push new builds to xpkg.upbound.io if the # XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or # organization) settings. Create a token at https://accounts.upbound.io. - XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }} + XPKG_ACCESS_ID: ${{ secrets.UP_ROBOT_ID }} # The package to push, without a version tag. The default matches GitHub. For # example xpkg.upbound.io/crossplane/function-template-go. @@ -152,8 +152,8 @@ jobs: if: env.XPKG_ACCESS_ID != '' with: registry: xpkg.upbound.io - username: ${{ secrets.XPKG_ACCESS_ID }} - password: ${{ secrets.XPKG_TOKEN }} + username: ${{ secrets.UP_ROBOT_ID }} + password: ${{ secrets.UP_API_TOKEN }} # If a version wasn't explicitly passed as a workflow_dispatch input we # default to version v0.0.0--, for example