From 35bf0c34524a3a85d1d9ce7d33642b7f4238650c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Tue, 30 Jul 2024 17:32:24 +0200 Subject: [PATCH] ci: fix permissions also updated example in readme --- .github/workflows/run.yml | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 1698b2a..e7ebe04 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,8 @@ on: types: [opened, edited, closed, reopened, assigned, unassigned] issue_comment: types: [created, edited, deleted] - +permissions: + issues: write jobs: run-my-action: name: Run sync diff --git a/README.md b/README.md index 2833200..626e968 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ on: types: [opened, edited, closed, reopened, assigned, unassigned] issue_comment: types: [created, edited, deleted] - +permissions: + issues: write jobs: run-my-action: name: Sync stuff to Freelo