mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-10 14:32:28 -06:00
Fix permissions for job 'call-build-workflow' (#492)
* Fix permissions for job 'call-build-workflow' * Add changelog entry
This commit is contained in:
parent
56f0bf3f62
commit
9f93f2fb55
@ -32,6 +32,8 @@ jobs:
|
||||
base_branch: ${{ github.event.repository.default_branch }}
|
||||
|
||||
call-build-workflow:
|
||||
permissions:
|
||||
actions: read
|
||||
needs: modified-plugins
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user