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 cd6295b commit f85de12
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/NWA12_RT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:

- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: yichengt900
private-key: ${{ secrets.GITHUB_TOKEN }}

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
Expand All @@ -48,7 +41,7 @@ jobs:
- name: Add "pass_NWA12_RT" label on success
if: success() && contains(github.event.label.name, 'NWA12_RT_gaea_c5')
run: |
TOKEN=${{ steps.generate_token.outputs.token }}
TOKEN=${{ secrets..GITHUB_TOKEN }}
RT_TEST_LABEL="NWA12_RT_gaea_c5"
PASS_LABEL="pass_NWA12_RT"
echo "https://api.github.com/repos/$GITHUB_REPOSITORY/issues/$PR_NUMBER/labels" \
Expand Down

0 comments on commit f85de12

Please sign in to comment.