We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98697f6 commit 9bd18f6Copy full SHA for 9bd18f6
.github/workflows/pull.yml
@@ -357,10 +357,16 @@ jobs:
357
358
android:
359
uses: ./.github/workflows/_android.yml
360
+ permissions:
361
+ id-token: write
362
+ contents: read
363
needs: test-llama-runner-linux
364
365
unittest:
366
uses: ./.github/workflows/_unittest.yml
367
368
369
370
with:
371
docker-image: executorch-ubuntu-22.04-clang12
372
0 commit comments