Skip to content

Commit 9bd18f6

Browse files
authored
Fix linux_job_2.yml on pull (#8017)
Summary pull.yml had some jobs that were missing some permissions Test plan Pass CI
1 parent 98697f6 commit 9bd18f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,16 @@ jobs:
357357
358358
android:
359359
uses: ./.github/workflows/_android.yml
360+
permissions:
361+
id-token: write
362+
contents: read
360363
needs: test-llama-runner-linux
361364

362365
unittest:
363366
uses: ./.github/workflows/_unittest.yml
367+
permissions:
368+
id-token: write
369+
contents: read
364370
with:
365371
docker-image: executorch-ubuntu-22.04-clang12
366372

0 commit comments

Comments
 (0)