Chore: update workflow permissions (#2019)
This commit is contained in:
4
.github/workflows/compatibility-50.yml
vendored
4
.github/workflows/compatibility-50.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: zabbix_50
|
name: zabbix_50
|
||||||
run-name: Compatibility with Zabbix 5.0 test
|
run-name: Compatibility with Zabbix 5.0 test
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/compatibility-60.yml
vendored
4
.github/workflows/compatibility-60.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: zabbix_60
|
name: zabbix_60
|
||||||
run-name: Compatibility with Zabbix 6.0 test
|
run-name: Compatibility with Zabbix 6.0 test
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/compatibility-70.yml
vendored
4
.github/workflows/compatibility-70.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: zabbix_70
|
name: zabbix_70
|
||||||
run-name: Compatibility with Zabbix 7.0 test
|
run-name: Compatibility with Zabbix 7.0 test
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/compatibility-72.yml
vendored
4
.github/workflows/compatibility-72.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: zabbix_72
|
name: zabbix_72
|
||||||
run-name: Compatibility with Zabbix 7.2 test
|
run-name: Compatibility with Zabbix 7.2 test
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Plugins - CD
|
name: Plugins - CD
|
||||||
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
|
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
|
||||||
permissions: {}
|
permissions:
|
||||||
|
attestations: write
|
||||||
|
contents: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
4
.github/workflows/push.yaml
vendored
4
.github/workflows/push.yaml
vendored
@@ -1,5 +1,7 @@
|
|||||||
name: Plugins - CI
|
name: Plugins - CI
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user