From a94de531569f46f0d18b3944f53bfe93b7a6c58b Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Thu, 29 Apr 2021 16:34:54 +0900 Subject: [PATCH] ci: removed env --- .github/workflows/testing.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8e996b0..0b489a2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -60,14 +60,6 @@ jobs: run: echo '{"tester":"DEMO_KEY"}' > secret.json - name: 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 # docker: