Skip to content

Commit af1c6b3

Browse files
committed
Set deploy workflow permissions
1 parent 0f798c3 commit af1c6b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818

1919
environment: production
2020

21+
permissions:
22+
contents: read
23+
id-token: write
24+
2125
steps:
2226
- name: Checkout repository
2327
uses: actions/checkout@v5

0 commit comments

Comments
 (0)