diff --git a/.github/workflows/amd-aiter-scout.yml b/.github/workflows/amd-aiter-scout.yml index 9448682ec..733b4e086 100644 --- a/.github/workflows/amd-aiter-scout.yml +++ b/.github/workflows/amd-aiter-scout.yml @@ -22,6 +22,12 @@ on: type: boolean default: true +permissions: + actions: write + contents: read + issues: read + pull-requests: read + concurrency: group: amd-aiter-scout-${{ github.run_id }} cancel-in-progress: true