Skip to content

Commit ed9e347

Browse files
committed
Add GADPP action
1 parent 0b033fb commit ed9e347

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/gadpp.yml

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

0 commit comments

Comments
 (0)