Add new action to README

Signed-off-by: Brent Swisher <brent@brentswisher.com>
This commit is contained in:
Brent Swisher
2025-09-02 16:19:55 -04:00
parent eea5360488
commit b205ea380d
@@ -4,6 +4,9 @@ Welcome to the Sentry Module for Scaffolder.
Here you can find all Sentry related features to improve your scaffolder:
- Create a Sentry Project
- Fetch the DSN for an existing Sentry Project
## Getting started
You need to configure the action in your backend:
@@ -112,6 +115,14 @@ spec:
teamSlug: TEAM-SLUG
name: ${{ parameters.name }}
- id: fetch-sentry-dsn
if: ${{ parameters.dryRun !== true }}
name: Get the DSN of the newly created Sentry Project
action: sentry:fetch:dsn
input:
organizationSlug: ORG-SLUG
projectSlug: ${{ parameters.name }}
- id: publish
if: ${{ parameters.dryRun !== true }}
name: Publish