Skip to content

[🐛] MODULE_NOT_FOUND Error being returned for command "node dist/index.js --token=$SNYK_TOKEN --group-id=$SNYK_GROUP" #9

[🐛] MODULE_NOT_FOUND Error being returned for command "node dist/index.js --token=$SNYK_TOKEN --group-id=$SNYK_GROUP"

[🐛] MODULE_NOT_FOUND Error being returned for command "node dist/index.js --token=$SNYK_TOKEN --group-id=$SNYK_GROUP" #9

Workflow file for this run

name: Github Issues to Jira Issues
on:
issues:
types: [opened, closed, labeled, unlabeled]
issue_comment:
types: [created]
jobs:
sync:
name: Sync Items
runs-on: ubuntu-latest
steps:
- name: Sync Github Issues to Jira
uses: jordansilva/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
jiraHost: ${{ secrets.CSENG_JIRA_HOST }}
jiraUsername: ${{ secrets.CSENG_JIRA_USERNAME }}
jiraPassword: ${{ secrets.CSENG_JIRA_PASSWORD }}
project: ${{ secrets.CSENG_JIRA_PROJECTKEY }}