Remove id-token permission for compatibility workflows (#2021)
The read value for id-token is not available. This PR fixes that.
This commit is contained in:
1
.github/workflows/compatibility-50.yml
vendored
1
.github/workflows/compatibility-50.yml
vendored
@@ -2,7 +2,6 @@ name: zabbix_50
|
|||||||
run-name: Compatibility with Zabbix 5.0 test
|
run-name: Compatibility with Zabbix 5.0 test
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: read
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
1
.github/workflows/compatibility-60.yml
vendored
1
.github/workflows/compatibility-60.yml
vendored
@@ -2,7 +2,6 @@ name: zabbix_60
|
|||||||
run-name: Compatibility with Zabbix 6.0 test
|
run-name: Compatibility with Zabbix 6.0 test
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: read
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
1
.github/workflows/compatibility-70.yml
vendored
1
.github/workflows/compatibility-70.yml
vendored
@@ -2,7 +2,6 @@ name: zabbix_70
|
|||||||
run-name: Compatibility with Zabbix 7.0 test
|
run-name: Compatibility with Zabbix 7.0 test
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: read
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
1
.github/workflows/compatibility-72.yml
vendored
1
.github/workflows/compatibility-72.yml
vendored
@@ -2,7 +2,6 @@ name: zabbix_72
|
|||||||
run-name: Compatibility with Zabbix 7.2 test
|
run-name: Compatibility with Zabbix 7.2 test
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: read
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user