Skip to content

unable to do custom tracing with @opentelemetry/[email protected] when honeycomb references 1.8.0 as a hard dependency #47

unable to do custom tracing with @opentelemetry/[email protected] when honeycomb references 1.8.0 as a hard dependency

unable to do custom tracing with @opentelemetry/[email protected] when honeycomb references 1.8.0 as a hard dependency #47

name: Sync Github Issue to Asana
on:
issues:
types: [opened]
jobs:
create-asana-task:
runs-on: ubuntu-latest
steps:
- name: Create Asana task
uses: honeycombio/[email protected]
with:
asana-secret: ${{ secrets.ASANA_PAT }}
asana-workspace-id: ${{ secrets.ASANA_WORKSPACE_ID }}
asana-project-id: ${{ secrets.ASANA_PROJECT_ID }}
asana-section-id: ${{ secrets.ASANA_SECTION_ID }}
asana-task-name: '${{ github.event.repository.name }}: ${{ github.event.issue.title }}'
asana-task-description: |
${{ github.event.issue.body }}
source: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/issues/${{ github.event.issue.number }}