Skip to content

Commit bed8d16

Browse files
committed
Refactor deploy.yml to update permissions
1 parent 6ec4729 commit bed8d16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
description: 'Environment to deploy to'
88
required: true
99
default: 'dev'
10-
10+
permissions:
11+
id-token: write
12+
contents: read
1113
jobs:
1214
deploy:
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)