Skip to content

Commit 6718b19

Browse files
committed
token
1 parent 678a9a8 commit 6718b19

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/pipenv.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Setup JFrog CLI
2121
uses: jfrog/setup-jfrog-cli@v4
2222
#id: setup-cli
23-
#env:
24-
# JF_URL: ${{ vars.JF_URL_ECO }}
25-
# JF_USER: ${{ secrets.JF_USER }}
26-
# JF_PASSWORD: ${{ secrets.JF_REF_TOKEN_ECO }}
27-
#JF_ACCESS_TOKEN: ${{ }}
23+
env:
24+
JF_URL: ${{ vars.JF_URL_ECO }}
25+
JF_USER: ${{ secrets.JF_USER }}
26+
#JF_PASSWORD: ${{ secrets.JF_REF_TOKEN_ECO }}
27+
JF_ACCESS_TOKEN: ${{ secrets.JF_REF_TOKEN_ECO }}
2828
with:
2929
version: 2.67.0
3030
# # OIDC provider name from the OIDC integration page in the JFrog Platform
@@ -52,16 +52,17 @@ jobs:
5252
echo "{{vars.JF_URL_ECO}}"
5353
echo {{vars.JF_URL_ECO}}
5454
55-
- run: jf c add custom-server --url {{ vars.JF_URL_ECO }} #--user=\"${{ secrets.JF_USER }}\" --password=\"${{ secrets.JF_REF_TOKEN_ECO }}\"
55+
#- run: jf c add custom-server --url {{ vars.JF_URL_ECO }} #--user=\"${{ secrets.JF_USER }}\" --password=\"${{ secrets.JF_REF_TOKEN_ECO }}\"
5656

5757
- name: Pipenv install
5858
run: |
5959
jf c show
6060
cd python-example/pipenv-example/
6161
jf pipenv-config --repo-resolve=robi-pypi-virtual
62+
jf pipenv lock
6263
jf pipenv install --dev
6364
#python setup.py sdist bdist_wheel
64-
#jf rt u dist/ robi-pypi-virtual/ --module=jfrog-python-example
65+
#jf rt u dist/ robi-pypi-virtual/ --module=jfrog-python-example
6566
6667
#- name: Pipenv package and upload
6768
# run: |

0 commit comments

Comments
 (0)