Skip to content

Commit

Permalink
gist.yml github action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler M. Neher <[email protected]>
  • Loading branch information
tylermneher committed Apr 20, 2024
1 parent 157bc6d commit 851650f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update Resume Gist

on: push

jobs:
update-resume-gist:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Update Resume Gist
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.TOKEN }}
gist_id: e84b7cb73ae9bac09a68a9756ced01c8
file_path: resume.json

0 comments on commit 851650f

Please sign in to comment.