Skip to content

Commit

Permalink
login to up
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed Jan 8, 2025
1 parent 58116c7 commit 6059967
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ jobs:
username: ${{ env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

- name: Install up
run: curl -sL "https://cli.upbound.io" | VERSION=v0.31.0 sh && sudo mv up /usr/local/bin/

- name: Login to Upbound
run: |
echo "${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}" | up login -t -
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down

0 comments on commit 6059967

Please sign in to comment.