ci: add write permission to release job (#108)

This commit is contained in:
David Sanders 2024-01-11 13:33:25 -08:00 коммит произвёл GitHub
Родитель f10a5fe586
Коммит 2daca2b01d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

2
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -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