Skip to content

Commit

Permalink
npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Jul 9, 2024
1 parent 5f7c8b0 commit da88c05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ jobs:
env:
# JFrog platform url (for example: https://acme.jfrog.io)
JF_URL: ${{ vars.JF_URL }}
JF_USER: ${{ secrets.JF_USER }}
JF_PASSWORD: ${{ secrets.JF_PASSWORD }}
with:
# OIDC provider name from the OIDC integration page in the JFrog Platform
oidc-provider-name: robi-oidc-test-groups
#oidc-provider-name: robi-oidc-test-groups
version: 2.100.0
download-repository: generic-local-robi

- name: Run JFrog CLI
run: |
jf -v
# Ping the server
jf rt ping
# Collect environment variables for the build
Expand Down

0 comments on commit da88c05

Please sign in to comment.