We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5a1d1 commit f64aed0Copy full SHA for f64aed0
1 file changed
.github/workflows/main_zcoder.yaml
@@ -36,13 +36,8 @@ jobs:
36
name: Deploy to Render
37
needs: build # Only runs if build passes
38
runs-on: ubuntu-latest
39
-
40
steps:
41
- - name: Checkout code
42
- uses: actions/checkout@v3
43
44
- - name: Deploy to Render
45
- uses: johnbeynon/render-deploy-action@v0.0.8
+ - uses: JorgeLNJunior/render-deploy@v1.4.5
46
with:
47
- service-id: ${{ secrets.SERVICE_ID }}
48
- api-key: ${{ secrets.RENDER_API_KEY }}
+ service_id: ${{ secrets.SERVICE_ID }}
+ api_key: ${{ secrets.RENDER_API_KEY }}
0 commit comments