Skip to content

Commit

Permalink
checking .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Feb 20, 2024
1 parent 33137dd commit 69fccd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
type: 'jira'
port_client_id: 'port_client_id'
port_client_secret: 'port_client_secret'
env:
OCEAN__INTEGRATION__CONFIG__JIRA_HOST: 'https://jira.com'
OCEAN__INTEGRATION__CONFIG__ATLASSIAN_USER_EMAIL: 'jira_username'
OCEAN__INTEGRATION__CONFIG__ATLASSIAN_USER_TOKEN: 'jira_password'
config: |
jira_host:'https://jira.com'
atlassian_user_email:'jira_username'
atlassian_user_token:'jira_password'

0 comments on commit 69fccd4

Please sign in to comment.