Commit c9cd6ea
authored
Remove all permissions in test with soroban-examples workflow (#1594)
### What
Remove all permissions in the test with soroban-examples workflow file.
### Why
This explicitly declares that the workflow requires no GitHub token
permissions, following security best practices by applying the principle
of least privilege. The workflow pulls code from another repo and builds
it. That other repo is an internal @stellar repo, but it has a different
set of permissions and access and so nothing in that repo should be able
to escalate into this repo.1 parent d3a2b77 commit c9cd6ea
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments