Skip to content

Commit 8f99fb8

Browse files
authored
Use vars context for Sentry project + org (#908)
## Summary TSIA, we're currently using secrets for these variables when we should be using vars ## How was it tested? n/a
1 parent 52053cf commit 8f99fb8

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)