Skip to content

stryd/fetch-release-asset

Repository files navigation

fetch-release-asset

A GitHub action to fetch a release asset and store to the file system

Usage

See action.yml for inputs and descriptions

Basic:

steps: 
  uses: stryd/fetch-release-asset@v1
  with:  
    access_token: ${{ secrets.GH_TOKEN }}
    repo: "owner/repo"
    version: "latest"
    asset_name: "archive.tar.gz"

About

A GitHub action to fetch a release asset from a given repo

Resources

Stars

Watchers

Forks

Packages

No packages published