Skip to content

ryaugusta/sw-generic-artifact-upload-artifactory-composite-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Upload Generic Artifact to Artifactory Composite Action

Action for uploading generic artifact into Artifactory TEST2

Parameters

Name Type Default Note
artifact_name String Required*
artifactory_secret Secret Required* ${{ secrets.JF_ARTIFACTORY_TOKEN }} Use this org secret
artifact_path String Optional ${{ github.workspace }}
artifact_repo_name String Optional third-party-installs
artifact_repo_subpath String Optional ${{github.repository}}/${{github.run_number}}

Usage:

    - uses: sherwin-williams-co/sw-generic-artifact-upload-artifactory-action@main
      with:
         artifact_name: <your_artifact_name>
         artifactory_secret: ${{ secrets.JF_ARTIFACTORY_TOKEN }}
         # Optional
         # artifact_path: ${{ github.workspace }}
         # artifactory_repo_name: 'third-party-installs'
         # artifactory_repo_subpath: `${{ github.repository }}/${{ github.run_number }}`

About

Action for uploading generic artifact into Artifactory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published