Update gist.yml #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Resume Gist | |
on: push | |
jobs: | |
update-resume-gist: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/[email protected] | |
- name: Update Resume Gist | |
uses: exuanbo/[email protected] | |
with: | |
token: ${{ secrets.TOKEN }} | |
gist_id: 6569cfc574c7d75f0c5c191342f8f637 | |
gist_description: "Amaury Van Espen Resume" | |
file_path: resume.json |