diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index 6e5b8aa..536b093 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -7,6 +7,11 @@ on: types: - opened +permissions: + contents: read + issues: write + pull-requests: write + jobs: first-interaction: runs-on: ubuntu-latest