Skip to content

Commit 4927d73

Browse files
authored
Add pull-requests permission to migration workflow
1 parent 1e8a8b0 commit 4927d73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run_development_migrations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55

66
permissions:
77
contents: read
8+
pull-requests: read
89

910
jobs:
1011
run_migrations:
1112
name: Update database in Development
1213
uses: equinor/armada/.github/workflows/run_dotnet_migrations.yml@main
1314
permissions:
1415
contents: read
16+
pull-requests: read
1517
with:
1618
environment: Development
1719
working_directory: api

0 commit comments

Comments
 (0)