Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

File metadata and controls

32 lines (23 loc) · 1.17 KB

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.