Merge pull request #25 from nikhilbadyal/telegram-uploader

 Added Telegram Uploader
This commit is contained in:
Nikhil Badyal
2022-10-02 14:00:38 +05:30
committed by GitHub
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -14,7 +14,6 @@ jobs:
build-apk:
name: APK Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out Git repository
-1
View File
@@ -14,7 +14,6 @@ jobs:
build-apk:
name: APK Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out Git repository
+2
View File
@@ -6,6 +6,8 @@ env:
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '*.md'
jobs:
linter:
+1 -2
View File
@@ -5,12 +5,11 @@ on:
jobs:
tg-upload:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Upload to Telegram
if: ${{ env.HAVE_TELEGRAM_API_ID == 'true' }}
uses: nikhilbadyal/ghaction-tg-uploader@main
uses: nikhilbadyal/ghaction-telegram-uploader@main
with:
API_ID: ${{ secrets.TELEGRAM_API_ID }}
API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
-1
View File
@@ -9,7 +9,6 @@ on:
jobs:
virustotal:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan