mirror of https://github.com/linkerd/linkerd2.git
Add release workflow permissions for OIDC (#8577)
Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
123a152d2b
commit
6208593ba2
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
docker_build:
|
||||
runs-on: ubuntu-20.04
|
||||
permissions:
|
||||
id-token: write # needed for signing the images with GitHub OIDC Token
|
||||
strategy:
|
||||
matrix:
|
||||
component:
|
||||
|
|
Loading…
Reference in New Issue