File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 npm pack
4646
4747 # Publish OTLP UDP Exporter to npm
48- # - name: Publish to npm
49- # working-directory: exporters/aws-distro-opentelemetry-exporter-xray-udp
50- # env:
51- # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52- # NPM_CONFIG_PROVENANCE: true
53- # run: npx publish
48+ - name : Publish to npm
49+ working-directory : exporters/aws-distro-opentelemetry-exporter-xray-udp
50+ env :
51+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
52+ NPM_CONFIG_PROVENANCE : true
53+ run : npx publish
5454
5555 # Publish to GitHub releases
5656 - name : Create GH release
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 cd exporters/aws-distro-opentelemetry-exporter-xray-udp
3131 npm pack
3232
33- # - name: Configure AWS credentials for Testing Tracing
34- # uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
35- # with:
36- # role-to-assume: ${{ secrets.XRAY_UDP_EXPORTER_TEST_ROLE }}
37- # aws-region: 'us-east-1'
33+ - name : Configure AWS credentials for Testing Tracing
34+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
35+ with :
36+ role-to-assume : ${{ secrets.XRAY_UDP_EXPORTER_TEST_ROLE }}
37+ aws-region : ' us-east-1'
3838
3939 - name : Download and run X-Ray Daemon
4040 run : |
You can’t perform that action at this time.
0 commit comments