Skip to content

Commit 5c11703

Browse files
author
Admin user
committed
update file
1 parent 505ef31 commit 5c11703

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ on:
1212
jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
15-
15+
permissions:
16+
contents: read
17+
pages: write
18+
id-token: write
1619
environment:
1720
name: ${{ inputs.environment }}
1821
url: "https://techexcel-${{ inputs.environment }}.azurewebsites.net/"

0 commit comments

Comments
 (0)