Refine actions permissions.

This commit is contained in:
Mark Paluch
2025-05-16 15:29:14 +02:00
parent d01d180d5b
commit 724860a35a

View File

@@ -8,7 +8,9 @@ on:
#schedule:
#- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
permissions: read-all
permissions:
contents: read
actions: write
jobs:
build:
runs-on: ubuntu-latest