CI: update permissions on workflows which get external secrets (#104792)

update permissions
This commit is contained in:
Kevin Minehart
2025-04-30 17:32:44 +00:00
committed by GitHub
parent 36b810e1cc
commit e36d774d0c
3 changed files with 6 additions and 8 deletions
+2 -3
View File
@@ -46,9 +46,7 @@ on:
default: false
type: boolean
permissions:
contents: read
id-token: write
permissions: {}
jobs:
main:
@@ -60,6 +58,7 @@ jobs:
DRY_RUN: ${{ inputs.dry_run }}
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
pull-requests: write
steps: