diff --git a/.github/workflows/arc-update-runners-scheduled.yaml b/.github/workflows/arc-update-runners-scheduled.yaml index 424c5e82..502b71fe 100644 --- a/.github/workflows/arc-update-runners-scheduled.yaml +++ b/.github/workflows/arc-update-runners-scheduled.yaml @@ -1,6 +1,9 @@ # This workflows polls releases from actions/runner and in case of a new one it # updates files containing runner version and opens a pull request. name: Runner Updates Check (Scheduled Job) +permissions: + pull-requests: write + contents: write on: schedule: diff --git a/.github/workflows/global-run-first-interaction.yaml b/.github/workflows/global-run-first-interaction.yaml index bb5d5db6..49670c53 100644 --- a/.github/workflows/global-run-first-interaction.yaml +++ b/.github/workflows/global-run-first-interaction.yaml @@ -1,5 +1,10 @@ name: First Interaction +permissions: + contents: read + issues: write + pull-requests: write + on: issues: types: [opened]