Commit d22689d
Run Android release job on ephemeral runners (pytorch#10190)
To summary the discussion with @kirklandsign, only repository secrets
are accessible in a Nova linux job. However, GitHub warns against using
such secrets on persistent self-hosted runners
https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#hardening-for-self-hosted-runners.
In this case, it's important to use a fresh ephemeral runner instead to
make sure that nothing on the runner could steal these secrets.
### Testing
https://github.com/pytorch/executorch/actions/runs/144652346211 parent 5b1c2ea commit d22689d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments