Skip to content

Commit

Permalink
feat: Update jfrog-push action.yaml to use jfrog/setup-jfrog-cli@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Jul 9, 2024
1 parent 3feb500 commit ff0a920
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions actions/jfrog-push/action.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: "[Ledger Security] Push to JFrog"
description: "Ledger Security Action wrapper to push to JFrog"

inputs:
artefact-path:
description: "path to the artefact to push to JFrog"
required: true
default: "./"

name: "[Ledger Security] Login to JFrog"
description: "Ledger Security Action wrapper to login to JFrog"

runs:
using: "composite"
steps:
- shell: bash
run: echo "test 2"
- uses: jfrog/setup-jfrog-cli@v4
id: setup-jfrog-cli
env:
JF_URL: "https://artifactory.ledgerlabs.net"
with:
oidc-provider-name: github
oidc-audience: artifactory

0 comments on commit ff0a920

Please sign in to comment.