Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Regularly Note Post #11638

Regularly Note Post

Regularly Note Post #11638

Workflow file for this run

name: Regularly Note Post
on:
workflow_dispatch:
schedule:
- cron: '*/10 * * * *'
jobs:
Send_Note:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Python Install
run: |
python -m pip install --upgrade pip
pip install Misskey.py
pip install atproto
- name: Create Note
env:
MISSKEY_SERVER_ADDRESS: ${{ secrets.MISSKEY_SERVER_ADDRESS }}
MISSKEY_TOKEN: ${{ secrets.MISSKEY_TOKEN }}
BLUESKY_MAIL_ADDRESS: ${{ secrets.BLUESKY_MAIL_ADDRESS }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
run: |
python main.py