Skip to content

qualcomm-linux/apt-artifactory-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

apt-artifactory-action

Push artifacts to artifactory using this GH action

Usage

steps:    
  - name: Publish to artifactory
    uses: qualcomm-linux/apt-artifactory-action/upload@main
    with:
      server_url: "Artifactory url"
      target_base_repo: "Target repo"
      changes_path: ".changes file path"
      provenance_info: |
        {
          "commit": "${{ github.sha }}",
          "workflow": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
        }
      qsc_api_key: ${{ secrets.QSC_API_KEY }}

Getting in Contact

If you have questions, suggestions, or issues related to this project, there are several ways to reach out:

License

apt-artifactory-action is licensed under the https://spdx.org/licenses/BSD-3-Clause-Clear.html. See https://github.com/qualcomm-linux/apt-artifactory-action/blob/main/LICENSE.txt for the full license text.

About

A GitHub Action for managing Debian packages in JFrog Artifactory. This action streamlines workflows for uploading artifacts, validating metadata, cleaning up stale packages, and performing custom operations on APT repositories hosted in Artifactory.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors