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