Skip to content

Commit ad5373a

Browse files
authored
Merge pull request #64 from filips123/fix-deployment-workflow
2 parents 83913ba + f770b35 commit ad5373a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ jobs:
124124
sentry-cli releases set-commits "$VERSION" --auto
125125
sentry-cli releases finalize "$VERSION"
126126
sentry-cli releases deploys "$VERSION" new -e "${{ secrets.SENTRY_ENVIRONMENT }}"
127+
env:
128+
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
129+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)