From 8f2a355e157514f4a1b7f50490c84c71cd4f28ac Mon Sep 17 00:00:00 2001 From: agobrech Date: Mon, 22 May 2023 12:09:01 +0200 Subject: [PATCH] Remove old comment for oauth2 --- .github/workflows/test-workflows.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index d306d84957..c11314bc50 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -79,22 +79,6 @@ jobs: env: N8N_ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}} SKIP_STATISTICS_EVENTS: true - # - - # 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' - # git config --global user.email 'n8n-test-bot@users.noreply.github.com' - # git commit -am "Automated credential update" - # git push --force --quiet "https://janober:${{ secrets.TOKEN }}@github.com/n8n-io/test-workflows.git" main:main - name: Notify Slack on failure uses: act10ns/slack@v2.0.0