ci: removed env

This commit is contained in:
wonderlandpark 2021-04-29 16:34:54 +09:00
parent 67269aebc6
commit a94de53156
No known key found for this signature in database
GPG Key ID: E3E650B146478C64

View File

@ -60,14 +60,6 @@ jobs:
run: echo '{"tester":"DEMO_KEY"}' > secret.json run: echo '{"tester":"DEMO_KEY"}' > secret.json
- name: Build - name: Build
run: yarn build run: yarn build
env:
NEXT_PUBLIC_SENTRY_SERVER_ROOT_DIR: ./api
SENTRY_ORG: koreanbots
SENTRY_PROJECT: v2
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SOURCE_BRANCH: ${{ github.event_name == 'push' && github.head_ref || null }}
SOURCE_COMMIT: ${{ github.sha }}
CI: true CI: true
# docker: # docker: