Skip to content

Commit

Permalink
check single default
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Nov 19, 2024
1 parent 67ab83b commit 0579f4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
#id: setup-cli
env:
JF_URL: ${{ vars.JF_URL_ECO }}
JF_USER: ${{ secrets.JF_USER_ECO }}
JF_PASSWORD: ${{ secrets.JF_PASS_ECO }}
JF_USER: ${{ secrets.JF_USER }}
JF_PASSWORD: ${{ secrets.JF_PASSWORD }}
#JF_ACCESS_TOKEN: ${{ secrets.JF_REF_TOKEN_ECO }}
#with:
# version: 2.67.0
Expand All @@ -39,3 +39,4 @@ jobs:
run: |
jf rt ping
jf c show
env | grep SETUP_JFROG_CLI_SERVER_IDS

0 comments on commit 0579f4c

Please sign in to comment.