Update workflow permission

This commit is contained in:
AsamK 2023-10-17 19:34:42 +02:00
parent b9e644269b
commit 9ec942ea1d

View file

@ -8,7 +8,7 @@ on:
workflow_call:
permissions:
contents: read # to fetch code (actions/checkout)
contents: write # to fetch code (actions/checkout) and submit dependency graph (gradle/gradle-build-action)
jobs:
build: