mirror of https://github.com/sbt/sbt.git
build: harden nightly.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
459310bc9b
commit
39d9a8fa18
|
|
@ -5,6 +5,9 @@ on:
|
|||
# # 08:00 UTC = 03:00 EST
|
||||
# - cron: '0 8 * * *'
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue