Skip to content

Commit 66ecab3

Browse files
committed
Update deployment workflows
1 parent b620081 commit 66ecab3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy_kv.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
tags:
77
- 'kv-[0-9].[0-9].[0-9]'
8+
9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: read
812

913
jobs:
1014
deploy_kv:

.github/workflows/deploy_vmt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
tags:
77
- 'vmt-[0-9].[0-9].[0-9]'
88

9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: read
12+
913
jobs:
1014
deploy_kv:
1115
uses: ./.github/workflows/_deploy.yml

0 commit comments

Comments
 (0)