File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ for your project under `Organization > Projects > Project > Name`
5151In the 'build' section of the [ Dockerfile] ( ../other/Dockerfile ) , there is an
5252example of how to pass ` SENTRY_AUTH_TOKEN ` secret, so it is available to Vite
5353when ` npm run build ` is run. You may also uncomment and hard code your
54- ` SENTRY_ORG ` and ` SENTRY_PROJECT ` values. Setup up your secrets in
54+ ` SENTRY_ORG ` and ` SENTRY_PROJECT ` values, both in
55+ [ Dockerfile] ( ../other/Dockerfile ) and in the "Create Sentry release" step of the
56+ [ ` deploy ` ] ( ../.github/workflows/deploy.yml ) script. Setup up your secrets in
5557[ GitHub Actions secrets] ( https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions ) .
5658You can do the same for any other secret (environment variable) you need at
5759build time, just make sure those secrets (variables) are available on the CI
You can’t perform that action at this time.
0 commit comments