Skip to content

Commit 01e8db4

Browse files
committed
Merge branch 'main' of github.com:palewire/news-homepages-runner
2 parents 9fd3c37 + ae0c9cc commit 01e8db4

File tree

6 files changed

+371
-393
lines changed

6 files changed

+371
-393
lines changed

.github/actions/telegram/action.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/archive-single.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,4 @@ jobs:
4848
command: single ${{ inputs.source }} -i ./_dist
4949
client-key: ${{ secrets.MASTODON_CLIENT_KEY }}
5050
client-secret: ${{ secrets.MASTODON_CLIENT_SECRET }}
51-
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
52-
53-
- id: telegram
54-
name: Telegram
55-
uses: ./.github/actions/telegram
56-
if: ${{ always() }}
57-
with:
58-
command: single ${{ inputs.source }} -i ./_dist
59-
api-key: ${{ secrets.TELEGRAM_API_KEY }}
51+
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

.github/workflows/reusable-archive-country.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,3 @@ jobs:
153153
uses: ./.github/actions/mosaic
154154
with:
155155
command: jpg -i ./_input/
156-
157-
- id: telegram
158-
name: Telegram
159-
uses: ./.github/actions/telegram
160-
if: ${{ always() }}
161-
with:
162-
command: country ${{ inputs.country }} -i ./_input/
163-
api-key: ${{ secrets.TELEGRAM_API_KEY }}

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
newshomepages = "==0.0.93"
7+
newshomepages = "==0.0.94"
88

99
[dev-packages]
1010

0 commit comments

Comments
 (0)