Skip to content

Commit 4de8e1b

Browse files
committed
build: harden mips64.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
1 parent 11cd108 commit 4de8e1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mips64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: mips64 qemu test
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read # to fetch code (actions/checkout)
7+
58
jobs:
69
TEST:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)