Skip to content

Latest commit

 

History

History

redhat-csp-download

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Test redhat-csp-download

redhat-csp-download GitHub Action

This action uses redhat-csp-download to download resources from the Red Hat Customer Portal, which can be used as part of your GitHub integration tests.

Usage

    - name: redhat-csp-download
      uses: redhat-cop/github-actions/redhat-csp-download@master
      with:
        rh_username: ${{ secrets.RH_USERNAME }}
        rh_password: ${{ secrets.RH_PASSWORD }}
        download: '[{"file":"/github/workspace/eap-connectors.zip","url":"https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=37193"}]'

Action Volume Mapping

If you want to use your files after this action, they need to be written to a volume, such as:

/github/workspace