Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream #39

Merged
merged 8 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "1"
rules:
- base: main
- base: upstream
upstream: damonto:main
mergeMethod: merge
mergeUnstable: false
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/clean-workflows.yml
Original file line number Diff line number Diff line change
@@ -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'
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
matrix:
platform:
- linux/amd64
#- linux/arm64
- linux/arm64

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=