Skip to content

Commit 0d378bb

Browse files
authored
fix: permissions for github release (#1527)
* fix: permissions for github release * Update vars.yml
1 parent 294a017 commit 0d378bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ami-release-nix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
permissions:
15-
contents: read
15+
contents: write
1616
id-token: write
1717

1818
jobs:

ansible/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.60-orioledb"
13-
postgres17: "17.4.1.010"
14-
postgres15: "15.8.1.067"
12+
postgresorioledb-17: "17.0.1.61-orioledb"
13+
postgres17: "17.4.1.011"
14+
postgres15: "15.8.1.068"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)