build: harden tox.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-25 16:31:58 +02:00
parent 0b953b8037
commit 4cf30b79aa

View File

@ -1,5 +1,7 @@
name: tox
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
tox:
strategy: