inherit secrets so they reach the npm install for rust-rtc

This commit is contained in:
Timo K.
2026-09-17 11:37:17 +02:00
parent edf2f39eec
commit edfdc23aef
4 changed files with 12 additions and 39 deletions
+1 -5
View File
@@ -13,11 +13,7 @@ jobs:
with:
package: full
vite_app_version: ${{ github.event.release.tag_name }} # Using ${{ env.VERSION }} here doesn't work
secrets:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
secrets: inherit
publish_tarball:
needs: build_element_call