Skip to content

Commit 450a5c1

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/functions/workflows'
1 parent d4bdee0 commit 450a5c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
# This CI job will automatically push new builds to xpkg.upbound.io if the
2727
# XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or
2828
# organization) settings. Create a token at https://accounts.upbound.io.
29-
XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
29+
XPKG_ACCESS_ID: ${{ secrets.UP_ROBOT_ID }}
3030

3131
# The package to push, without a version tag. The default matches GitHub. For
3232
# example xpkg.upbound.io/crossplane/function-template-go.
@@ -152,8 +152,8 @@ jobs:
152152
if: env.XPKG_ACCESS_ID != ''
153153
with:
154154
registry: xpkg.upbound.io
155-
username: ${{ secrets.XPKG_ACCESS_ID }}
156-
password: ${{ secrets.XPKG_TOKEN }}
155+
username: ${{ secrets.UP_ROBOT_ID }}
156+
password: ${{ secrets.UP_API_TOKEN }}
157157

158158
# If a version wasn't explicitly passed as a workflow_dispatch input we
159159
# default to version v0.0.0-<git-commit-date>-<git-short-sha>, for example

0 commit comments

Comments
 (0)