Compare commits

4 Commits

Author SHA1 Message Date
renovate[bot]
a57d22a993 chore(deps): update actions/download-artifact action to v4.2.1 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 23:05:38 +00:00
renovate[bot]
003c0609e3 chore(deps): update actions/download-artifact action to v4.2.0 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 21:40:37 +00:00
Vita Chumakova
ce705b635c misc: replace flags with language codes 2025-03-17 14:21:11 +04:00
renovate[bot]
b9fa61f7c9 chore(deps): update actions/download-artifact action to v4.1.9 (#43)
* chore(deps): update actions/download-artifact action to v4.1.9

* chore: update SDK in GHA

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vita Chumakova <me@ezhevita.dev>
2025-02-26 20:50:39 +04:00
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: .NET
on: [push, pull_request]
env:
DOTNET_SDK_VERSION: 6.0.x
DOTNET_SDK_VERSION: 8.0.x
jobs:
build:
@@ -36,13 +36,13 @@ jobs:
steps:
- name: Download generic artifacts
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: ${{ github.event.repository.name }}
path: out/${{ github.event.repository.name }}
- name: Download Windows artifacts
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: ${{ github.event.repository.name }}-Windows
path: out/${{ github.event.repository.name }}-Windows

View File

@@ -1,5 +1,5 @@
# 🔑 Yandex.Key Extractor
## 🇺🇸 Extracts TOTP authenticators from [Yandex.Key](https://play.google.com/store/apps/details?id=ru.yandex.key&hl=en&gl=US) app
## [EN] Extracts TOTP authenticators from [Yandex.Key](https://play.google.com/store/apps/details?id=ru.yandex.key&hl=en&gl=US) app
### How to use?
1. Create a cloud backup in the app settings using your device.
@@ -9,7 +9,7 @@
4. TOTP links will be saved in `results.txt`.<br>Use QR code generator to import to another TOTP app or just extract secrets (e.g. for [Bitwarden](https://bitwarden.com/) import).
---
## 🇷🇺 Извлечение двухфакторных аутентификаторов из [Яндекс.Ключ](https://play.google.com/store/apps/details?id=ru.yandex.key&hl=ru&gl=RU)
## [RU] Извлечение двухфакторных аутентификаторов из [Яндекс.Ключ](https://play.google.com/store/apps/details?id=ru.yandex.key&hl=ru&gl=RU)
### Как использовать?
1. Создайте облачную резервную копию в настройках приложения с вашего устройства.