chore(gha): add permissions on check-changelog workflow (#8080)

This commit is contained in:
César Arroba
2025-06-23 11:49:48 +02:00
committed by GitHub
parent 71aa29cf24
commit 44927c44e9
@@ -9,6 +9,8 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'no-changelog') == false
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
pull-requests: write
env:
MONITORED_FOLDERS: "api ui prowler"