diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 15e813b7ae..3a9064884d 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -69,12 +69,14 @@ jobs: N8N_ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}} - name: Export credentials + if: always() run: n8n/packages/cli/bin/n8n export:credentials --output=test-workflows/credentials.json --all --pretty shell: bash env: N8N_ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}} - name: Commit and push credential changes + if: always() run: | cd test-workflows git config --global user.name 'n8n test bot'