Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Public action for to download private custom actions

Notifications You must be signed in to change notification settings

la-haus/custom-github-actions-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

custom-github-actions-download

Public action for to download private custom actions

Usage

See action.yaml for the full documentation for this action's inputs and outputs.

steps:
- name: Download custom action
  uses: la-haus/custom-github-actions-download@master
    with:
      action-name: my-custom-action  
      s3-bucket-name: ${{ secrets.CUSTOM_ACTIONS_S3_BUCKET }}
      aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
      aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
      aws-region: ${{ secrets.AWS_REGION }}

Contributors

  • Esteban Cataño Escobar

License

This project is property of La Haus

About

Public action for to download private custom actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published