Giter VIP home page Giter VIP logo

mastodonactiontest's Introduction

Mastodon Action Test

This is just a test if GitHub actions can make Mastodon post for use in Jekyll blogs to add Mastodon comments to them and such.

This is to detect new posts and post them to Mastodon and save the id in a csv file since that is the most convenient format for this due to appendability.

Feel free to do what you want with this and an example is below that you can put in .github/workflows/mastodonactiontest.yml of your repository and do not forget to set the MASTODON_TOKEN secret for the whole thing to work and set the settings such as the right Mastodon instance and Jekyll path correctly

name: mastodonactiontest
on:
  push:
    branches:
      - main
  #workflow_dispatch:
jobs:
  mastodonactiontest:
    runs-on: ubuntu-latest
    name: mastodonactiontest
    environment: myenv
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: mastodonactiontest
        uses: EllieTheYeen/MastodonActionTest@v1
        env:
          MASTODON_TOKEN: ${{ secrets.MASTODON_TOKEN }}
        with:
          name: Mastodon Action Test
          email: [email protected]
          branch: main
          instance: https://botsin.space
          blogbase: https://ellietheyeen.github.io/Test

mastodonactiontest's People

Contributors

ellietheyeen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.