Skip to content

Commit

Permalink
Create Gist Sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaster-terrarian authored Nov 24, 2024
1 parent 97f470d commit 1e5bdf2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/gist-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
on:
push:
branches: [ "main" ]

jobs:
gist-sync:
strategy:
matrix:
title:
- "Bluesky Repost Hider"
description:
- "\"Hide Reposts\" button for Bluesky"
gist:
- "ea8acdf73ae5a8194445160bf2ec4851"
file:
- "Bluesky Repost Hider/bsky-repost-hider.user.js"
name: Gist Sync
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@4
- uses: popsiclestick/gist-sync-action@v1.2.0
id: sync
with:
auth: ${{ secrets.GIST_TOKEN }}
gist_url: https://gist.github.com/tmaster-terrarian/${{ matrix.gist }}
gist_title: ${{ matrix.title }}
gist_description: ${{ matrix.description }}
github_file: ${{ matrix.file }}

0 comments on commit 1e5bdf2

Please sign in to comment.