From 863b2be0749c28c362c2d6d74ebdbe60968728de Mon Sep 17 00:00:00 2001 From: Jonathan Atiene Date: Sun, 12 May 2024 08:43:21 +0100 Subject: [PATCH] comment trello credentials --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04a9d4..757a143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,13 +62,13 @@ jobs: with: gitHubToken: ${{ secrets.GIT_HUB_TOKEN }} openAIKey: ${{ secrets.OPENAI_API_KEY }} - # -- Jira credentials + # Jira credentials jiraEmail: ${{ secrets.JIRA_EMAIL }} jiraApiKey: ${{ secrets.JIRA_API_KEY }} jiraHost: ${{ secrets.JIRA_HOST }} - # -- trello credentials - trelloPublicKey: ${{ secrets.TRELLO_PUBLIC_KEY }} - trelloPrivateKey: ${{ secrets.TRELLO_PRIVATE_KEY }} + # trello credentials + # trelloPublicKey: ${{ secrets.TRELLO_PUBLIC_KEY }} + # trelloPrivateKey: ${{ secrets.TRELLO_PRIVATE_KEY }} - name: Print Output id: output