Fix CI permissions (#193)
This commit is contained in:
parent
26502c15f1
commit
db6dcafa42
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -10,6 +10,12 @@ name: ci
|
|||||||
jobs:
|
jobs:
|
||||||
lint-unit:
|
lint-unit:
|
||||||
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2
|
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2
|
||||||
|
permissions:
|
||||||
|
actions: write
|
||||||
|
checks: write
|
||||||
|
pull-requests: write
|
||||||
|
statuses: write
|
||||||
|
issues: write
|
||||||
|
|
||||||
integration:
|
integration:
|
||||||
needs: "lint-unit"
|
needs: "lint-unit"
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,16 +4,24 @@ This file is used to list changes made in each version of the postfix cookbook.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
Fix CI permissions
|
||||||
|
|
||||||
## 6.0.19 - *2023-04-17*
|
## 6.0.19 - *2023-04-17*
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.18 - *2023-04-07*
|
## 6.0.18 - *2023-04-07*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.17 - *2023-04-01*
|
## 6.0.17 - *2023-04-01*
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.16 - *2023-04-01*
|
## 6.0.16 - *2023-04-01*
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.15 - *2023-04-01*
|
## 6.0.15 - *2023-04-01*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
@ -26,8 +34,6 @@ Standardise files with files in sous-chefs/repo-management
|
|||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
|
||||||
|
|
||||||
## 6.0.12 - *2023-02-23*
|
## 6.0.12 - *2023-02-23*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
@ -38,6 +44,8 @@ Standardise files with files in sous-chefs/repo-management
|
|||||||
|
|
||||||
## 6.0.10 - *2023-02-14*
|
## 6.0.10 - *2023-02-14*
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.9 - *2023-02-14*
|
## 6.0.9 - *2023-02-14*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
@ -46,8 +54,6 @@ Standardise files with files in sous-chefs/repo-management
|
|||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
|
||||||
|
|
||||||
## 6.0.7 - *2022-02-03*
|
## 6.0.7 - *2022-02-03*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user