Skip to content

Commit

Permalink
Update get-profile-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeimpossible committed Sep 3, 2020
1 parent 69f05d7 commit 28f1bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/get-profile-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Get the users profile avatar and commit it
uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
persist-credentials: false
- run: |
wget -O ${{ github.actor }}.png https://github.com/${{ github.actor }}.png?size=40
mv ${{ github.actor }}.png ./portraits/${{ github.actor }}.png
Expand Down

0 comments on commit 28f1bbc

Please sign in to comment.