Skip to content

[Bug Report][v2] [IoTSDK] Issue with getting the Provisioning device client with symmetric key sample to work. #256

[Bug Report][v2] [IoTSDK] Issue with getting the Provisioning device client with symmetric key sample to work.

[Bug Report][v2] [IoTSDK] Issue with getting the Provisioning device client with symmetric key sample to work. #256

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"