FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gha: bump appleboy/telegram-action in the github-actions group (#304) · python/python-docs-pt-br@a32f2d8 · GitHub

python-312

python-312 #715

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: python-312
on:
workflow_dispatch:
schedule:
- cron: '45 23 * * *'
jobs:
sync:
uses: ./.github/workflows/sync.yml
permissions:
contents: write
with:
tx_project: ${{ github.workflow }}
version: '3.12'
secrets:
tx_token: ${{ secrets.TX_TOKEN }}
check:
uses: ./.github/workflows/check.yml
permissions:
contents: read
needs: sync
with:
tx_project: ${{ github.workflow }}
version: '3.12'
secrets:
telegram_token: ${{ secrets.TELEGRAM_TOKEN }}
telegram_to: ${{ secrets.TELEGRAM_TO }}

Back | FazBrowse Home | New Git URL