diff --git a/.github/signkey.jks b/.github/signkey.jks index a692c63..e787867 100644 Binary files a/.github/signkey.jks and b/.github/signkey.jks differ diff --git a/.github/utils.js b/.github/utils.js index e6b9bd0..308eab1 100644 --- a/.github/utils.js +++ b/.github/utils.js @@ -4,7 +4,7 @@ const axios = require("axios").create({ maxBodyLength: Infinity }) -const repo = "HolographicHat/GetToken" +const repo = "PaiGramTeam/GetToken" const token = process.env.GHP_TOKEN const getAppVersion = async () => { diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index 23cfa95..0000000 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Update Check - -on: - schedule: - - cron: '0 12 * * *' - -jobs: - - build: - runs-on: ubuntu-latest - env: - GHP_TOKEN: ${{ secrets.GHP_TOKEN }} - SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }} - SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Set up Node 16 - uses: actions/setup-node@v3 - with: - node-version: 16 - - name: Install depencies - run: npm install axios@0.27.2 - - name: Run script - run: node .github/update.js \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7e969e5..a925048 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ local.properties .idea api-82-sources.jar -restart.cmd \ No newline at end of file +restart.cmd + +app/release/