Skip to content

Instantly share code, notes, and snippets.

@lkrimphove
Created February 23, 2023 21:00
Show Gist options
  • Save lkrimphove/1d6d41153c60b78f43cdb58432b2d023 to your computer and use it in GitHub Desktop.
Save lkrimphove/1d6d41153c60b78f43cdb58432b2d023 to your computer and use it in GitHub Desktop.
gist-sync
on: [push]
jobs:
gist-sync:
name: gist-sync
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: popsiclestick/gist-sync-action@v1.2.0
id: sync
with:
auth: ${{ secrets.GIST_TOKEN }}
gist_url: https://gist.github.com/<USER_NAME>/<GIST_ID>
gist_title: Example Gist Title
gist_description: Example Gist Description
github_file: filename-to-sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment