/sentry-cli-action

GitHub Action that uses the getsentry/sentry-cli docker image to run @sentry/cli commands

ARCHIVED. Use the official Sentry action instead.

sentry-cli action

Uses the Docker image published by Sentry to run @sentry/cli commands without any brew, node, etc dependencies.

Inputs

args

The command string you would pass to sentry-cli if it was installed locally

Example usage

uses: bjacobel/sentry-cli-action@master
with:
  args: releases -o SentryOrgName -p SentryProjectName new ${{ github.sha }}
env:
  SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}