Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/get-project-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ on:
type: string

env:
# kosli commands picks up org, flow, trail and api-token from these environment variables
KOSLI_ORG: "${{ vars.KOSLI_ORG }}"
KOSLI_API_TOKEN: "${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
KOSLI_CLI_VERSION: "${{ vars.KOSLI_CLI_VERSION }}"
KOSLI_ENV_DEV: "${{ vars.KOSLI_ENV_DEV }}"
KOSLI_ENV_STAGING: "${{ vars.KOSLI_ENV_STAGING }}"
KOSLI_ENV_PROD: "${{ vars.KOSLI_ENV_PROD }}"
# KOSLI_DRY_RUN: true
JIRA_BASE_URL: "${{ vars.JIRA_BASE_URL }}"
JIRA_USERNAME: ${{ secrets.KOSLI_JIRA_USERNAME }}
JIRA_API_TOKEN: ${{ secrets.KOSLI_JIRA_API_TOKEN }}
Expand All @@ -28,7 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4

### flows ###
- name: get project id
run: |
source scripts/lib-jira.sh
Expand Down