diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 98e7fa7..752b6c9 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -4,6 +4,9 @@ on: issues: types: [opened] +permissions: + issues: write + jobs: comment: runs-on: ubuntu-latest diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5f241df..1cad972 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -4,6 +4,10 @@ on: schedule: - cron: '0 0 * * *' +permissions: + actions: write + issues: write + jobs: stale: runs-on: ubuntu-latest