Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dat-adi/time-tabler
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-adi committed Oct 22, 2020
2 parents ea14bae + 6b0472e commit 54465ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/gadpp.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 54465ae

Please sign in to comment.