Read this in other languages: English | 简体中文
GitHub Actions for automated distribute archived webpages.
GitHub account authentication token for storing webpages.
GitHub account username for storing webpages.
GitHub repository name for storing webpages.
Webpages soruce, telegram channel name.
Limit the number of messages to fetching at one time.
Using current GitHub account to storing data, it require add all the required configs to Secrets.
- uses: wabarc/distributor@main
env:
DISTRIBUTE_TOKEN: ${{ secrets.DISTRIBUTE_TOKEN }}
DISTRIBUTE_OWNER: ${{ secrets.DISTRIBUTE_OWNER }}
DISTRIBUTE_REPO: ${{ secrets.DISTRIBUTE_REPO }}
DISTRIBUTE_CHANNEL: ${{ secrets.DISTRIBUTE_CHANNEL }}
Using current GitHub account to storing data, it only require add DISTRIBUTE_CHANNEL
to Secrets.
- uses: wabarc/distributor@main
env:
DISTRIBUTE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISTRIBUTE_CHANNEL: ${{ secrets.DISTRIBUTE_CHANNEL }}
For more details, see wabarc/broker.
This software is released under the terms of the MIT. See the LICENSE file for details.