We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725b7c0 commit 1f284d5Copy full SHA for 1f284d5
.github/workflows/gadpp.yml
@@ -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: 'umutphp@gmail.com'
0 commit comments