ci: remove id-token read (#17499)

pull/17471/head
Trevor Whitney 1 year ago committed by GitHub
parent c42bd436ea
commit 569a6ffbae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/release-workflows.jsonnet
  2. 1
      .github/workflows/check.yml
  3. 1
      .github/workflows/images.yml

@ -201,7 +201,6 @@ local lambdaPromtailJob =
},
},
permissions: {
'id-token': 'read',
contents: 'read',
'pull-requests': 'read',
},
@ -230,7 +229,6 @@ local lambdaPromtailJob =
workflow_dispatch: {},
},
permissions: {
'id-token': 'read',
contents: 'read',
'pull-requests': 'read',
},

@ -15,5 +15,4 @@
- "main"
"permissions":
"contents": "read"
"id-token": "read"
"pull-requests": "read"

@ -578,5 +578,4 @@
"workflow_dispatch": {}
"permissions":
"contents": "read"
"id-token": "read"
"pull-requests": "read"
Loading…
Cancel
Save