ci: add write permission to release job (#108)
This commit is contained in:
Родитель
f10a5fe586
Коммит
2daca2b01d
|
@ -28,6 +28,8 @@ jobs:
|
|||
create_new_version:
|
||||
runs-on: ubuntu-latest
|
||||
needs: smoke_test
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
# Tag here, the CircleCI workflow will trigger on the new tag and do the CFA publish
|
||||
|
|
Загрузка…
Ссылка в новой задаче