Skip to content

Commit f128700

Browse files
authored
Update deploy.yml
1 parent 68b00ac commit f128700

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
api_key: ${{ secrets.RENDER_API_KEY }}
4444
clear_cache: false
4545
wait_deploy: true
46-
github_deployment: true
4746
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}
4847
github_token: ${{ secrets.GITHUB_TOKEN }}
4948

@@ -121,7 +120,6 @@ jobs:
121120
api_key: ${{ secrets.RENDER_API_KEY }}
122121
clear_cache: false
123122
wait_deploy: true
124-
github_deployment: true
125123
deployment_environment: ${{ vars.RENDER_DEPLOY_ENVIRONMENT }}
126124
github_token: ${{ secrets.GITHUB_TOKEN }}
127125

@@ -178,4 +176,4 @@ jobs:
178176
repo: context.repo.repo,
179177
body: comment
180178
});
181-
}
179+
}

0 commit comments

Comments
 (0)