Skip to content

pilltong-dev/Code-Push-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Push Github Action

This action runs any Code Push CLI command.

Inputs

command

Required The Code Push CLI command you want to use: https://learn.microsoft.com/ko-kr/appcenter/distribution/codepush/cli

token

Required Code Push API Token

name: Release

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/[email protected]
    - name: run any Code Push CLI command
      uses: pilltong-dev/[email protected]
      with:
        command: code-push release-react CodePushReactNativeDemo-ios ios -d Production
        token: ${{secrets.CODE_PUSH_TOKEN}}

About

code push github actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors