Skip to content

Commit

Permalink
chore: use token for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Feb 8, 2022
1 parent dd83b5e commit 461f208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contributors.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ steps.get-token.outputs.token }}
- uses: netlify/update-contributors-action@main
with:
github-token: ${{ steps.get-token.outputs.token }}
Expand Down

0 comments on commit 461f208

Please sign in to comment.