Skip to content

Commit

Permalink
Add New Action
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Aug 28, 2024
1 parent 725b7c0 commit 1f284d5
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 1f284d5

Please sign in to comment.