Skip to content

Commit

Permalink
scope down permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Fatir Ansari committed Dec 1, 2024
1 parent 20b7e8d commit 18a7340
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/eval-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
permissions:
actions: read # for downloading artifacts
pull-requests: write # for posting PR comment

steps:
- name: Download Eval Metrics
Expand Down Expand Up @@ -46,4 +50,5 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
### Evaluation Metrics
${{steps.csv-table-output.outputs.markdown-table}}
${{steps.csv-table-output.outputs.markdown-table}}
reactions: rocket

0 comments on commit 18a7340

Please sign in to comment.