We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83913ba + f770b35 commit ad5373aCopy full SHA for ad5373a
.github/workflows/deploy.yaml
@@ -124,3 +124,6 @@ jobs:
124
sentry-cli releases set-commits "$VERSION" --auto
125
sentry-cli releases finalize "$VERSION"
126
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