fix: github cli for cd

This commit is contained in:
Zane Schepke 2024-07-27 23:18:30 -04:00
parent a9a49e3421
commit 05adf7539f
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@ jobs:
KEY_STORE_FILE: 'android_keystore.jks'
KEY_STORE_LOCATION: ${{ github.workspace }}/app/keystore/
GH_USER: ${{ secrets.GH_USER }}
# GH needed for gh cli
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
steps:
- uses: actions/checkout@v4