Explicitly define global permissions for the GitHub token

This commit is contained in:
Héctor Molinero Fernández 2022-05-21 17:27:29 +02:00
parent 2e3431c0ae
commit 9bc4cbe849
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: