Feat[modpack]: move CF API key into a string resource

This commit is contained in:
artdeell
2023-08-20 23:08:02 +03:00
committed by ArtDev
parent 6ef2b1f7a4
commit d00565ebac
6 changed files with 32 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-22.04
env:
GPLAY_KEYSTORE_PASSWORD: ${{ secrets.GPLAY_KEYSTORE_PASSWORD }}
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v3