Fix permissions for job 'call-build-workflow' (#492)

* Fix permissions for job 'call-build-workflow'

* Add changelog entry
This commit is contained in:
Álex Ruiz Becerra 2025-06-12 17:21:13 +02:00 committed by GitHub
parent 56f0bf3f62
commit 9f93f2fb55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,8 @@ jobs:
base_branch: ${{ github.event.repository.default_branch }}
call-build-workflow:
permissions:
actions: read
needs: modified-plugins
strategy:
matrix:

View File

@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
- Improve ECS folder structure [(#473)](https://github.com/wazuh/wazuh-indexer-plugins/pull/473)
- Fix permissions for job 'call-build-workflow' [(#492)](https://github.com/wazuh/wazuh-indexer-plugins/pull/492)
### Security
- Reduce risk of GITHUB_TOKEN exposure [(#484)](https://github.com/wazuh/wazuh-indexer-plugins/pull/484)