Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update Reviw-Rover-001.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
livrasand authored Oct 18, 2023
1 parent daef513 commit 6a52a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Reviw-Rover-001.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{
Expand All @@ -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"'"}'

0 comments on commit 6a52a63

Please sign in to comment.