Skip to content

Commit

Permalink
try CI permission
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Oct 16, 2023
1 parent a6c53e0 commit 363f8db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_onnxruntime_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
types: [opened, synchronize, reopened, labeled]

permissions:
id-token: write
contents: read

jobs:
start-runner:
if: ${{ (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') || contains( github.event.pull_request.labels.*.name, 'training')}}
Expand Down

0 comments on commit 363f8db

Please sign in to comment.