Skip to content

Commit 27c6e60

Browse files
authored
Update deploy.yml to include new permissions
Add permissions for pages and id-token in deploy workflow
1 parent f8fb157 commit 27c6e60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
deploy:
1212
uses: EqualStreetNames/equalstreetnames/.github/workflows/reusable-deploy.yml@master
13+
permissions:
14+
pages: write
15+
id-token: write
1316
secrets: inherit
1417
with:
1518
country: france

0 commit comments

Comments
 (0)