Skip to content

Commit

Permalink
Merge pull request #108 from turkenh/fix-ci-push
Browse files Browse the repository at this point in the history
Add UPBOUND_MARKETPLACE_PUSH_ROBOT_USR as env so that we don't skip Upbound Login
  • Loading branch information
turkenh authored Nov 2, 2023
2 parents 2402241 + 190be2b commit b9ed0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
# a step 'if env.DOCKER_USR' != ""', so we copy these to succinctly test whether
# credentials have been provided before trying to run steps that need them.
DOCKER_USR: ${{ secrets.DOCKER_USR }}
UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}

jobs:
check-diff:
Expand Down

0 comments on commit b9ed0d3

Please sign in to comment.