Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

Add wiki to repo and github action to update wiki on merge #501

Closed EliiseS closed 3 years ago

EliiseS commented 3 years ago

iotedgedev Pull Request Checklist

Description

This PR will:

Successful build found here: https://github.com/Azure/iotedgedev/actions

The reason I went with Github Actions over Azure Devops is due to not having to create and manage a pat token to update the wiki. Github Actions automatically generates a token for each build called GITHUB_TOKEN that has enough permissions to update the wiki. More information on authenticating can be found here: https://docs.github.com/en/actions/reference/authentication-in-a-workflow.

I've also got a broken prototype for azure devops, found here: https://github.com/EliiseS/iotedgedev/tree/eliises/add-wiki-update-azdo. This can be modified with a manually created token added as a secret to do this update from Azure Devops.