mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
build
This commit is contained in:
parent
2a74f9b741
commit
e992b08ea8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
|||
|
||||
- name: Access SORA_API
|
||||
env:
|
||||
SORA_API: $
|
||||
run: echo SORA_API=\"$SORA_API\" > $GITHUB_WORKSPACE/src/local.properties
|
||||
SORA_API: ${{ secrets.SORA_API }}
|
||||
run: echo SORA_API=$SORA_API > $GITHUB_WORKSPACE/src/local.properties
|
||||
|
||||
- name: Build Plugins
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue