Skip to content

Commit dc0ed29

Browse files
authored
Merge branch 'master' into ihalatci-patch-1
2 parents ddc511a + cfce81d commit dc0ed29

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/update_version.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ name: Update Version on Docker Files
33
env:
44
GH_TOKEN: ${{ secrets.GH_TOKEN }}
55
POSTGRES_VERSION: ${{ github.event.inputs.postgres_version }}
6+
7+
permissions:
8+
contents: write
9+
610
on:
711
workflow_dispatch:
812
inputs:
913
project_version:
1014
description: "Version number to be released e.g 10.0.3"
1115
microsoft_email:
1216
description: "Email to be written on changelogs"
13-
default: "gindibay@microsoft.com"
17+
default: "ihalatci@microsoft.com"
1418
name:
1519
description: "Name to be written on changelogs"
16-
default: "Gurkan Indibay"
20+
default: "Ibrahim Halatci"
1721

1822
jobs:
1923
update_docker_files:

0 commit comments

Comments
 (0)