Skip to content

.github/workflows/test.yml #20

.github/workflows/test.yml

.github/workflows/test.yml #20

Workflow file for this run

name: test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ./sail
with:
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__JIRA__ATLASSIAN_USER_EMAIL: 'jira_username'
OCEAN__INTEGRATION__CONFIG__JIRA__ATLASSIAN_USER_TOKEN: 'jira_password'