attempt to pull secrets into the environment
This commit is contained in:
parent
fdd7cf7fa6
commit
5a3466a75e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci_package.yml
vendored
4
.github/workflows/ci_package.yml
vendored
|
@ -66,8 +66,12 @@ jobs:
|
|||
- run: yarn install
|
||||
- run: ./scripts/ci_package.sh
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
SENTRY_URL: ${{ secrets.SENTRY_URL }}
|
||||
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