File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 7171 conan-password : ${{secrets.LKEB_UPLOAD_USER_PASSWORD}}
7272 conan-pem : ${{secrets.LKEB_UPLOAD_CERT_CHAIN}}
7373 rs_ssh_key : ${{ secrets.RULESSUPPORT_DEPLOY_KEY }}
74+ sentry-url : ${{secrets.LKEB_SENTRY_URL }}
75+ sentry-org : ${{secrets.LKEB_SENTRY_ORG }}
76+ sentry-project : ${{secrets.LKEB_SENTRY_PROJECT }}
77+ sentry-auth-token : ${{secrets.LKEB_SENTRY_AUTH_TOKEN }}
7478
7579 - name : Linux build
7680 if : startsWith(matrix.os, 'ubuntu')
@@ -100,4 +104,4 @@ jobs:
100104 build-arch : ${{matrix.build-arch}}
101105 conan-user : ${{secrets.LKEB_UPLOAD_USER}}
102106 conan-password : ${{secrets.LKEB_UPLOAD_USER_PASSWORD}}
103- conan-pem : ${{secrets.LKEB_UPLOAD_CERT_CHAIN}}
107+ conan-pem : ${{secrets.LKEB_UPLOAD_CERT_CHAIN}}
You can’t perform that action at this time.
0 commit comments