We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b9285 commit 4f7c3f7Copy full SHA for 4f7c3f7
1 file 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
0 commit comments