mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
build: harden tox.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
0b953b8037
commit
4cf30b79aa
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
@ -1,5 +1,7 @@
|
|||||||
name: tox
|
name: tox
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
jobs:
|
jobs:
|
||||||
tox:
|
tox:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user