We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bd83c2 + 4f7c3f7 commit 07a2ee8Copy full SHA for 07a2ee8
3 files changed
.github/workflows/integration.yml
@@ -116,6 +116,8 @@ jobs:
116
if: github.event_name == 'push'
117
needs: docker
118
runs-on: ubuntu-latest
119
+ permissions:
120
+ deployments: write
121
environment:
122
name: production
123
url: ${{ steps.deploy.outputs.url }}
@@ -158,6 +160,8 @@ jobs:
158
160
if: github.event_name == 'pull_request'
159
161
162
163
164
165
166
name: preview-pr-${{ github.event.pull_request.number }}
167
package.json
@@ -34,7 +34,7 @@
34
"graphql": "^16.9.0",
35
"graphql-request": "^7.1.0",
36
"husky": "^9.0.0",
37
- "oxfmt": "^0.31.0",
+ "oxfmt": "^0.32.0",
38
"oxlint": "^1.42.0",
39
"typescript": "5.9.3"
40
},
0 commit comments