Skip to content

cidertool/cider-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Cider Action

A Github Action for Cider, the App Store submission tool for Apple apps


Release GitHub Marketplace test codecov

This action makes it easy to use Cider in your Github Actions workflows.

Usage

- uses: actions/checkout@v2
- uses: cidertool/cider-action@v0
  with:
      # Version of Cider to use. For example, 'v0.0.2'
      # Default: latest
      version: 'latest'
      # Arguments to pass to Cider. See the Command Reference for guidance on what's supported. This field is required because otherwise Cider won't do anything of consequence.
      #
      # https://cidertool.github.io/cider/commands/
      args: ''
      # Workdir is the current directory to run Cider from, relative to the repository root.
      # Default: '.'
      workdir: '.'
  env:
      # The auto-generated GitHub token is required in order to download release assets from the GitHub API.
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Run this in any context you see fit to use Cider to update app metadata or submit new versions of your apps to the App Store.

Contributing

Contributions are always welcome. If you want to get involved or you just want to offer feedback, please see CONTRIBUTING.md for details.

License

This library is licensed under the MIT License