Skip to content

Commit 3497791

Browse files
committed
build: reduce update-caps top-level workflow permission to read
1 parent 4212b5c commit 3497791

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/update-caps.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
workflow_dispatch:
77

88
permissions:
9-
contents: write
10-
pull-requests: write
9+
contents: read
1110

1211
jobs:
1312
fetch:
1413
name: Fetch EOPA caps
1514
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
17+
pull-requests: write
1618
env:
1719
RQ_VERSION: v0.0.9
1820
steps:

0 commit comments

Comments
 (0)