Explicitly define global permissions for the GitHub token

This commit is contained in:
Héctor Molinero Fernández
2022-05-21 17:29:22 +02:00
parent 9ba692cfb9
commit caa5722084
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ on:
branches: ['*']
workflow_dispatch:
permissions: {}
jobs:
build:

View File

@@ -5,6 +5,8 @@ on:
- cron: '20 04 * * 1'
workflow_dispatch:
permissions: {}
jobs:
trigger-rebuild: