Compare commits

...

2 Commits

Author SHA1 Message Date
Alex 2bbfbf7977 build: harden frontend-admin-tests.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-24 15:24:09 +02:00
Alex 00ee6cce63 build: harden frontend-tests.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-24 15:23:50 +02:00
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name: "Frontend admin tests powered by Sauce Labs"
on: [push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
withplugins:
name: with plugins

View File

@ -3,6 +3,9 @@ name: "Frontend tests powered by Sauce Labs"
on: [push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
withoutplugins:
name: without plugins