Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 371 Bytes

AHQ Store Action

Upload apps to the @ahqstore/apps repo

Usage

- name: Build
  uses: ahqstore/[email protected]
  with:
    release: 'release id' # GH Release Id to search through
    upload: true # Set to False if you don't want to upload to ahqstore/apps repo
  env:
    GH_TOKEN: ${{ secrets.PAT_G_H }} # Use GitHub Token if you set upload to false