mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
specify secrets explicetly
This commit is contained in:
parent
ea014e1b0c
commit
c59610a5c1
11
.github/workflows/build_resuable.yaml
vendored
11
.github/workflows/build_resuable.yaml
vendored
@ -1,7 +1,16 @@
|
||||
name: Build resuable
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
secrets:
|
||||
SENTRY_ORG:
|
||||
required: true
|
||||
SENTRY_PROJECT:
|
||||
required: true
|
||||
SENTRY_URL:
|
||||
required: true
|
||||
SENTRY_AUTH_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build_resuable:
|
||||
name: Build Element Call
|
||||
|
Loading…
Reference in New Issue
Block a user