diff --git a/.github/workflows/Reviw-Rover-001.yml b/.github/workflows/Reviw-Rover-001.yml index 6f9064d4..cf1bf6c2 100644 --- a/.github/workflows/Reviw-Rover-001.yml +++ b/.github/workflows/Reviw-Rover-001.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Verificar etiqueta run: | - curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + curl -X POST -H "Authorization: token ${{ secrets.Reviw_Rover_Token }}" \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments \ -d '{ @@ -30,7 +30,7 @@ jobs: curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ + -H "Authorization: Bearer ${{ secrets.Reviw_Rover_Token }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments \ -d '{"body":"'"$comment"'"}'