Skip to content

Commit b6fd412

Browse files
committed
use vars context for Sentry project + org
1 parent 52053cf commit b6fd412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
uses: getsentry/action-release@v1
9898
env:
9999
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
100-
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
101-
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
100+
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
101+
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
102102
with:
103103
environment: production
104104
version: ${{ github.ref }}

0 commit comments

Comments
 (0)