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

Commit

Permalink
Update NWA12_RT.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Jan 11, 2024
1 parent 6f79922 commit 572928e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/NWA12_RT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: self-hosted

env:
GITHUB_TOKEN: ${{ secrets.CEFI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -47,15 +47,15 @@ jobs:
echo "https://api.github.com/repos/$GITHUB_REPOSITORY/issues/$PR_NUMBER/labels/$RT_TEST_LABEL"
# Remove the "NWA12_RT_gaea_c5" label
#curl -X DELETE \
# -H "Authorization: Bearer $TOKEN" \
# -H "Accept: application/vnd.github.v3+json" \
# "https://api.github.com/repos/$GITHUB_REPOSITORY/issues/$PR_NUMBER/labels/$RT_TEST_LABEL"
curl -L \
-X DELETE \
-H "Accept: application/vnd.github+json" \
curl -X DELETE \
-H "Authorization: Bearer $TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$GITHUB_REPOSITORY/issues/$PR_NUMBER/labels/$RT_TEST_LABEL
-H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/$GITHUB_REPOSITORY/issues/$PR_NUMBER/labels/$RT_TEST_LABEL"
#curl -L \
# -X DELETE \
# -H "Accept: application/vnd.github+json" \
# -H "Authorization: Bearer $TOKEN" \
# -H "X-GitHub-Api-Version: 2022-11-28" \
# https://api.github.com/repos/$GITHUB_REPOSITORY/issues/$PR_NUMBER/labels/$RT_TEST_LABEL

0 comments on commit 572928e

Please sign in to comment.