forked from jfrog/project-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (37 loc) · 1.14 KB
/
npm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: "JFrog CLI Example"
on: push
permissions:
# This is required for requesting the OIDC token
id-token: write
# This is required for actions/checkout
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JFrog CLI
uses: jfrog/setup-jfrog-cli@v4
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
version: latest
#version: 2.100.0
#download-repository: generic-local-robi
- name: Run JFrog CLI
run: |
jf -v
jf rt dl generic-local-robi/dir-v0-0-0/data-1-769285301
# Ping the server
jf rt ping
# Collect environment variables for the build
cd npm-example
jf npm-config --repo-resolve npm-remote
jf npm i
jf rt bp