Skip to content

chore: Update test.yml workflow to include Port base URL (#4) #60

chore: Update test.yml workflow to include Port base URL (#4)

chore: Update test.yml workflow to include Port base URL (#4) #60

Workflow file for this run

name: test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: .
with:
type: 'jira'
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
port_base_url: https://app.getport.io
config: |
jira_host: ${{ secrets.JIRA_HOST }}
atlassian_user_email: ${{ secrets.JIRA_USER_EMAIL }}
atlassian_user_token: ${{ secrets.JIRA_USER_TOKEN }}