mirror of https://github.com/fafhrd91/actix-web
build: harden ci.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
4991acf775
commit
1604a0c018
|
@ -6,6 +6,9 @@ on:
|
|||
push:
|
||||
branches: [master]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue