From 6b0472ed23f0751b2a072fd303dd99b4e07ac779 Mon Sep 17 00:00:00 2001 From: Dat Adithya <31721284+dat-adi@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:42:24 +0530 Subject: [PATCH] Create gadpp.yml --- .github/workflows/gadpp.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/gadpp.yml diff --git a/.github/workflows/gadpp.yml b/.github/workflows/gadpp.yml new file mode 100644 index 0000000..1796375 --- /dev/null +++ b/.github/workflows/gadpp.yml @@ -0,0 +1,18 @@ +on: [push] + +jobs: + gadpp_job: + runs-on: ubuntu-latest + name: Update GitHub Profile Page + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Push updates to your profile page + uses: umutphp/github-action-dynamic-profile-page@v2 + id: gadpp + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + github-username: 'dat-adi' + user-email: 'dat.adithya@gmail.com'