Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgyer/pgyer-upload-app-action

This action uploads an application file to PGYER
https://github.com/pgyer/pgyer-upload-app-action

actions deployment github-actions mobile-app prerelease

Last synced: 3 days ago
JSON representation

This action uploads an application file to PGYER

Awesome Lists containing this project

README

        

# pgyer-upload-app-action

This action uploads an application file to PGYER

## Inputs and Outpus

See action.yml of your version.

## Example usage

Please make sure your workflow will run when a branch is pushed.

on:
push or pull_request

Add this action to steps.

uses: PGYER/[email protected]
with:
_api_key: ${{ secrets.PGYER_API_TOKEN }} # for example
appFilePath: /path/to/app_file

## Release

ncc build index.js --license licenses.txt
git tag -a -m "release notes" v1.3
git push --follow-tags

## Links

- pgyer_api_example (nodejs-version): https://github.com/PGYER/pgyer_api_example/tree/main/nodejs-demo