From ae1b3d72d66759ae2b9e901e54591bfb168fffa1 Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Mon, 12 Aug 2024 00:33:37 +0200 Subject: [PATCH] fix(gha): add permissions Signed-off-by: kaanyagci --- .github/workflows/get_latest_skaffold_version.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/get_latest_skaffold_version.yml b/.github/workflows/get_latest_skaffold_version.yml index 9e9e69c..8c90251 100644 --- a/.github/workflows/get_latest_skaffold_version.yml +++ b/.github/workflows/get_latest_skaffold_version.yml @@ -1,5 +1,9 @@ name: Update Version +permissions: + contents: write + actions: write + on: schedule: - cron: '0 * * * *' # Runs every hour (adjust as needed)