diff --git a/.github/workflows/gadpp.yml b/.github/workflows/gadpp.yml deleted file mode 100644 index eea3d82d407..00000000000 --- a/.github/workflows/gadpp.yml +++ /dev/null @@ -1,19 +0,0 @@ - -on: [push] - -jobs: - gadpp_job: - runs-on: ubuntu-latest - name: Update GitHub Profile Page - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: GADPP - 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: 'umutphp' - user-email: 'umutphp@gmail.com'