From 866c359bee50bc90f2a772f5f0ec4d6fc001634c Mon Sep 17 00:00:00 2001 From: Andriy Zahornyak Date: Tue, 21 May 2024 18:54:42 +0300 Subject: [PATCH] fix: fix github token --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b00fc8..b8b368d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ on: - '**/*.tf' - '.github/workflows/release.yml' +permissions: + contents: write + jobs: release: name: Release