Skip to content

Commit 1e64152

Browse files
fix: correção pipeline secret
1 parent 110534e commit 1e64152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
env:
203203
RENDER_API_KEY: ${{secrets.RENDER_API_KEY}}
204204
SERVICE_ID: ${{secrets.SERVICE_ID}}
205-
REPO_NAME: ${{secrets.REPO_NAME}}
205+
REPO_NAME: ${{secrets.REPO_NAME_PROD}}
206206
run: |
207207
echo "Criando payload para deploy da versão latest"
208208

0 commit comments

Comments
 (0)