Skip to content

Commit 2e3e7ac

Browse files
feat(ci): update permissions in notify-deployment workflow
- Set contents permission to read - Set deployments permission to write
1 parent 290f071 commit 2e3e7ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/notify-deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- 'core/**'
1111
- 'pyproject.toml'
1212

13+
permissions:
14+
contents: read
15+
deployments: write
16+
1317
jobs:
1418
changes:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)