mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Explicitly define global permissions for the GitHub token
This commit is contained in:
parent
2e3431c0ae
commit
9bc4cbe849
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
branches: ['*']
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
2
.github/workflows/rebuild-latest-release.yml
vendored
2
.github/workflows/rebuild-latest-release.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
- cron: '20 04 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
||||
trigger-rebuild:
|
||||
|
Loading…
Reference in New Issue
Block a user