mirror of https://github.com/sbt/sbt.git
build: harden ci.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
9d9e9e5c53
commit
459310bc9b
|
|
@ -3,6 +3,9 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue