Skip to content

Commit

Permalink
Update and rename twitter-together.yml to toot-together.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Nov 11, 2023
1 parent c0d1c9c commit 2f2d756
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/toot-together.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on: [push, pull_request]
name: Toot, together!
jobs:
preview:
name: Preview
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: joschi/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
toot:
name: Toot
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: checkout master
uses: actions/checkout@v4
- name: Toot
uses: joschi/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# URL to the instance hosting your Mastodon account
MASTODON_URL: https://fosstodon.org
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
26 changes: 0 additions & 26 deletions .github/workflows/twitter-together.yml

This file was deleted.

0 comments on commit 2f2d756

Please sign in to comment.