mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed #337
This commit is contained in:
parent
783ae437d1
commit
e30bce94ab
5 changed files with 13 additions and 27 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -42,6 +42,7 @@ jobs:
|
|||
|
||||
- name: Access Secrets
|
||||
env:
|
||||
TMDB_API: ${{ secrets.TMDB_API }}
|
||||
SORA_API: ${{ secrets.SORA_API }}
|
||||
SORAHE: ${{ secrets.SORAHE }}
|
||||
SORAXA: ${{ secrets.SORAXA }}
|
||||
|
@ -60,6 +61,7 @@ jobs:
|
|||
run: |
|
||||
cd $GITHUB_WORKSPACE/src
|
||||
echo SORA_API=$SORA_API >> local.properties
|
||||
echo TMDB_API=$TMDB_API >> local.properties
|
||||
echo SORAHE=$SORAHE >> local.properties
|
||||
echo SORAXA=$SORAXA >> local.properties
|
||||
echo SORATED=$SORATED >> local.properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue