1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

Update .github/workflows/update_contributors.yaml

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
This commit is contained in:
sighphyre 2022-04-21 14:11:48 +02:00 committed by GitHub
parent 7c5107e680
commit aa1f97889c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,7 @@ jobs:
node-version: 14.x
- name: install contributors
run: |
npm i svg-contributors -g
dummysvg -o unleash -n unleash
npx svg-contributors -o unleash -n unleash
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}