From cf8f548b256eef41996bd6c29d3e323280391be1 Mon Sep 17 00:00:00 2001 From: nkzren Date: Mon, 9 Oct 2023 21:35:15 -0300 Subject: [PATCH] [contributors-action] adiciona PRIVATE_TOKEN --- .github/workflows/contributors-json.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors-json.yaml b/.github/workflows/contributors-json.yaml index 618d0ed8..ad83134d 100644 --- a/.github/workflows/contributors-json.yaml +++ b/.github/workflows/contributors-json.yaml @@ -15,6 +15,8 @@ jobs: node-version: 16.2.0 - run: yarn add @actions/core @actions/http-client - uses: ./.github/actions/contributors-json + env: + PRIVATE_TOKEN: ${{ secrets.PRIVATE_TOKEN }} - uses: actions/upload-artifact@v3 with: name: contributors-json