Skip to content

Commit 270a4a9

Browse files
authored
Create gadpp.yml
1 parent fe22937 commit 270a4a9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/gadpp.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update GitHub Profile Page
2+
on: [push]
3+
4+
jobs:
5+
gadpp_job:
6+
runs-on: ubuntu-latest
7+
name: Update GitHub Profile Page
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v2
11+
- name: GADPP
12+
uses: umutphp/github-action-dynamic-profile-page@v4
13+
id: gadpp
14+
env:
15+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
with:
18+
github-username: 'umutphp'
19+
user-email: '[email protected]'

0 commit comments

Comments
 (0)