diff --git a/.github/workflows/labeler-cache-retention.yml b/.github/workflows/labeler-cache-retention.yml index 7f78390c0cf..e6a8aade0ba 100644 --- a/.github/workflows/labeler-cache-retention.yml +++ b/.github/workflows/labeler-cache-retention.yml @@ -20,6 +20,10 @@ on: required: true default: "ACTIVE" + +permissions: + contents: read + env: CACHE_KEY: ${{ inputs.cache_key || 'ACTIVE' }}