Skip to content

Commit 07a2ee8

Browse files
authored
Merge branch 'master' into feat/press-kit
2 parents 3bd83c2 + 4f7c3f7 commit 07a2ee8

3 files changed

Lines changed: 171 additions & 167 deletions

File tree

.github/workflows/integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
if: github.event_name == 'push'
117117
needs: docker
118118
runs-on: ubuntu-latest
119+
permissions:
120+
deployments: write
119121
environment:
120122
name: production
121123
url: ${{ steps.deploy.outputs.url }}
@@ -158,6 +160,8 @@ jobs:
158160
if: github.event_name == 'pull_request'
159161
needs: docker
160162
runs-on: ubuntu-latest
163+
permissions:
164+
deployments: write
161165
environment:
162166
name: preview-pr-${{ github.event.pull_request.number }}
163167
url: ${{ steps.deploy.outputs.url }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"graphql": "^16.9.0",
3535
"graphql-request": "^7.1.0",
3636
"husky": "^9.0.0",
37-
"oxfmt": "^0.31.0",
37+
"oxfmt": "^0.32.0",
3838
"oxlint": "^1.42.0",
3939
"typescript": "5.9.3"
4040
},

0 commit comments

Comments
 (0)