Add non-secret sentry environment variables
This commit is contained in:
parent
bbdfb54903
commit
dce321c241
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci_package.yml
vendored
3
.github/workflows/ci_package.yml
vendored
|
@ -65,6 +65,9 @@ jobs:
|
|||
- run: ./scripts/fetch-develop.deps.sh --depth 1
|
||||
- run: yarn install
|
||||
- run: ./scripts/ci_package.sh
|
||||
env:
|
||||
- SENTRY_ORG: sentry
|
||||
- SENTRY_PROJECT: riot-webs
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: dist/*.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue