We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52053cf commit b6fd412Copy full SHA for b6fd412
.github/workflows/cli-release.yml
@@ -97,8 +97,8 @@ jobs:
97
uses: getsentry/action-release@v1
98
env:
99
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
100
- SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
101
- SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
+ SENTRY_ORG: ${{ vars.SENTRY_ORG }}
+ SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
102
with:
103
environment: production
104
version: ${{ github.ref }}
0 commit comments