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: ['*'] branches: ['*']
workflow_dispatch: workflow_dispatch:
permissions: {}
jobs: jobs:
build: build:

View File

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