mirror of
https://github.com/PaiGramTeam/GetToken.git
synced 2024-11-21 14:38:24 +00:00
fix: merge
This commit is contained in:
parent
020cdb2a81
commit
5050b2946e
BIN
.github/signkey.jks
vendored
BIN
.github/signkey.jks
vendored
Binary file not shown.
2
.github/utils.js
vendored
2
.github/utils.js
vendored
@ -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 () => {
|
||||
|
25
.github/workflows/update.yml
vendored
25
.github/workflows/update.yml
vendored
@ -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
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -15,4 +15,6 @@
|
||||
local.properties
|
||||
.idea
|
||||
api-82-sources.jar
|
||||
restart.cmd
|
||||
restart.cmd
|
||||
|
||||
app/release/
|
||||
|
Loading…
Reference in New Issue
Block a user