Skip to content

Commit

Permalink
login to upbound via up
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 17, 2024
1 parent 7f94b1b commit fa9a51a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
# username: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
# password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

- 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: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
Expand All @@ -54,6 +52,10 @@ jobs:
run: git fetch --prune --unshallow

- 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 }}

- run: .cache/tools/linux_x86_64/up-v0.18.0 --help
- run: .cache/tools/linux_x86_64/up-v0.18.0 profile list
- run: .cache/tools/linux_x86_64/up-v0.18.0 repo list
Expand Down

0 comments on commit fa9a51a

Please sign in to comment.