Skip to content

Commit

Permalink
comment trello credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed May 12, 2024
1 parent a5cf733 commit 863b2be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 863b2be

Please sign in to comment.