diff --git a/.github/pull.yml b/.github/pull.yml index 1036e5b..61aeb6d 100644 --- a/.github/pull.yml +++ b/.github/pull.yml @@ -1,6 +1,6 @@ version: "1" rules: - - base: main + - base: upstream upstream: damonto:main mergeMethod: merge mergeUnstable: false diff --git a/.github/workflows/clean-workflows.yml b/.github/workflows/clean-workflows.yml new file mode 100644 index 0000000..4d82474 --- /dev/null +++ b/.github/workflows/clean-workflows.yml @@ -0,0 +1,15 @@ +name: 'Auto cleaning of workflow logs' + +on: + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: + +jobs: + del_workflow: + runs-on: ubuntu-latest + steps: + - name: Delete workflow runs + uses: GitRML/delete-workflow-runs@main + with: + retain_days: '7' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b4b7d19..3d07cd2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -22,7 +22,8 @@ jobs: matrix: platform: - linux/amd64 - #- linux/arm64 + - linux/arm64 + steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/README.md b/README.md index 26abd2f..fe2a60b 100644 --- a/README.md +++ b/README.md @@ -170,14 +170,3 @@ Please note that: 1. All enable, disable and install notifications will be deleted after sending. 2. The delete notifications will be kept in your eSTK.me eUICC. - - -### Donate - -If you like this project, you can donate to the following addresses: - -USDT (TRC20): `TKEnNtXGvfQEpw1jwy42xpfDMaQLbytyEv` - -USDT (Polygon): `0xe13C5C8791b6c52B2c3Ecf43C7e1ab0D188684e3` - -Your donation will help maintain this project and our community server. diff --git a/go.mod b/go.mod index 5f41fe5..81c1097 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/damonto/estkme-cloud go 1.23.1 -require github.com/damonto/libeuicc-go v0.0.0-20240912154936-2193d73e9b2e +require github.com/damonto/libeuicc-go v0.0.0-20241014073658-6122c976bf1b diff --git a/go.sum b/go.sum index 65e80bc..61f1019 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,5 @@ github.com/damonto/libeuicc-go v0.0.0-20240912114336-ac1314cf3c99 h1:zyn0ElKfei+ github.com/damonto/libeuicc-go v0.0.0-20240912114336-ac1314cf3c99/go.mod h1:/E4KPGI5yUzcgI0TROolgVCG0o3vf9bim/pAuCqipN8= github.com/damonto/libeuicc-go v0.0.0-20240912154936-2193d73e9b2e h1:Et6Kq0ibgBrS5EroH6V8+d/InqjsszClrcqO/8GqgIA= github.com/damonto/libeuicc-go v0.0.0-20240912154936-2193d73e9b2e/go.mod h1:/E4KPGI5yUzcgI0TROolgVCG0o3vf9bim/pAuCqipN8= +github.com/damonto/libeuicc-go v0.0.0-20241014073658-6122c976bf1b h1:4ZW0AwnTuxD1L318A8lzTcwGF3VlvbhCg6KRZAX/gLE= +github.com/damonto/libeuicc-go v0.0.0-20241014073658-6122c976bf1b/go.mod h1:/E4KPGI5yUzcgI0TROolgVCG0o3vf9bim/pAuCqipN8=