Skip to content

Commit

Permalink
Set up repo secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Fatir Ansari committed Nov 29, 2024
1 parent 0854cf8 commit 08dd592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eval-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
evaluate-and-post:
if: contains(github.event.pull_request.labels.*.name, 'run-eval') # Only run if 'run-eval' label is added
runs-on: ubuntu-latest
environment: evaluate

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
- name: Post Table as a Comment
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PR_COMMENT_TOKEN }}
repository: ${{ github.repository }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down

0 comments on commit 08dd592

Please sign in to comment.