Skip to content

Commit

Permalink
Merge pull request #35 from umutphp/umutphp-patch-2
Browse files Browse the repository at this point in the history
Create gadpp.yml
  • Loading branch information
umutphp authored Sep 4, 2024
2 parents fe22937 + 270a4a9 commit cca45c9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gadpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update GitHub Profile Page
on: [push]

jobs:
gadpp_job:
runs-on: ubuntu-latest
name: Update GitHub Profile Page
steps:
- name: Checkout
uses: actions/checkout@v2
- name: GADPP
uses: umutphp/github-action-dynamic-profile-page@v4
id: gadpp
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-username: 'umutphp'
user-email: 'umutphp@gmail.com'

0 comments on commit cca45c9

Please sign in to comment.