Skip to content

Commit b68f5bb

Browse files
authored
Merge branch 'develop' into fix/ltree-extension-search-path
2 parents 8cc481e + 536f468 commit b68f5bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
20-
- run: gh pr create -B main -H develop --title 'Prod deploy' --fill
20+
- run: gh pr create -B main -H develop --title 'Prod deploy' --label 'do not merge' --fill
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: write
11+
# Required for npm OIDC
12+
id-token: write
1113

1214
jobs:
1315
release:

0 commit comments

Comments
 (0)