build: harden nightly.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-25 19:15:26 +02:00
parent 459310bc9b
commit 39d9a8fa18
1 changed files with 3 additions and 0 deletions

View File

@ -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: