File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments