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:
|
docker_build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
permissions:
|
||||||
|
id-token: write # needed for signing the images with GitHub OIDC Token
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
component:
|
component:
|
||||||
|
|
Loading…
Reference in New Issue