Chore: update workflow permissions (#2019)

This commit is contained in:
ismail simsek
2025-04-30 19:39:56 +02:00
committed by GitHub
parent 7e956c24b3
commit 8618b3b169
6 changed files with 19 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
name: zabbix_50
run-name: Compatibility with Zabbix 5.0 test
permissions: {}
permissions:
contents: read
id-token: read
on:
push:

View File

@@ -1,6 +1,8 @@
name: zabbix_60
run-name: Compatibility with Zabbix 6.0 test
permissions: {}
permissions:
contents: read
id-token: read
on:
push:

View File

@@ -1,6 +1,8 @@
name: zabbix_70
run-name: Compatibility with Zabbix 7.0 test
permissions: {}
permissions:
contents: read
id-token: read
on:
push:

View File

@@ -1,6 +1,8 @@
name: zabbix_72
run-name: Compatibility with Zabbix 7.2 test
permissions: {}
permissions:
contents: read
id-token: read
on:
push:

View File

@@ -1,6 +1,9 @@
name: Plugins - CD
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
permissions: {}
permissions:
attestations: write
contents: write
id-token: write
on:
workflow_dispatch:

View File

@@ -1,5 +1,7 @@
name: Plugins - CI
permissions: {}
permissions:
contents: read
id-token: write
on:
push: