Skip to content

Commit

Permalink
another try to login
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 17, 2024
1 parent fa9a51a commit 3716633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- run: make build.init

- name: Login to Upbound via up
run: .cache/tools/linux_x86_64/up-v0.18.0 login -t ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
- name: Login to Upbound via up login
run: make upbound.login TOKEN=${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

- run: .cache/tools/linux_x86_64/up-v0.18.0 --help
- run: .cache/tools/linux_x86_64/up-v0.18.0 profile list
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ run: go.build
@# To see other arguments that can be provided, run the command with --help instead
UPBOUND_CONTEXT="local" $(GO_OUT_DIR)/provider --debug

upbound.login:
@$(UP) login -t $(TOKEN)

# ====================================================================================
# End to End Testing
CROSSPLANE_NAMESPACE = upbound-system
Expand Down

0 comments on commit 3716633

Please sign in to comment.