summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fips-label.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/fips-label.yml')
-rw-r--r--.github/workflows/fips-label.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/fips-label.yml b/.github/workflows/fips-label.yml
index c241801b9e..a22e9bf069 100644
--- a/.github/workflows/fips-label.yml
+++ b/.github/workflows/fips-label.yml
@@ -12,8 +12,14 @@ on:
types:
- completed
+permissions:
+ contents: read
+
jobs:
apply-label:
+ permissions:
+ actions: read
+ pull-requests: write
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.event == 'pull_request' }}
steps: