Commit 89e9326 1 parent a3fb2e3 commit 89e9326 Copy full SHA for 89e9326
File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 45
45
cache-dependency-path : yarn.lock
46
46
47
47
- name : Create .env file from GitHub Secrets
48
+ shell : bash
48
49
env :
49
50
SENTRY_INGEST_DOMAIN : ${{ secrets.SENTRY_INGEST_DOMAIN }}
50
51
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
63
64
echo "__SENTRY_DEBUG__=false" >> .env
64
65
echo "__SENTRY_TRACING__=false" >> .env
65
66
66
- - name : Create .sentryclirc file for Sentry CLI
67
- env :
68
- SENTRY_ADMIN_TOKEN : ${{ secrets.SENTRY_ADMIN_TOKEN }}
69
- SENTRY_ORG : ${{ github.repository_owner }}
70
- SENTRY_PROJECT : ${{ github.event.repository.name }}
71
- run : |
72
- echo "" > .sentryclirc
73
- echo "[defaults]" >> .sentryclirc
74
- echo "org=${SENTRY_ORG}" >> .sentryclirc
75
- echo "project=${SENTRY_PROJECT}" >> .sentryclirc
76
- echo "[auth]" >> .sentryclirc
77
- echo "token=${SENTRY_ADMIN_TOKEN}" >> .sentryclirc
78
- echo "[log]" >> .sentryclirc
79
- echo "level=debug" >> .sentryclirc
80
-
81
- grep "org" .sentryclirc
82
- grep "project" .sentryclirc
83
-
84
- echo "SENTRY_ORG=${SENTRY_ORG}"
85
- echo "SENTRY_PROJECT=${SENTRY_PROJECT}"
86
-
87
- npx sentry-cli info
88
-
89
67
- name : Install dependencies
90
68
run : yarn install
91
69
You can’t perform that action at this time.
0 commit comments