timheuer / GitHubActionsVS

A Visual Studio extension for showing GitHub Actions workflow information
MIT License
18 stars 5 forks source link

Implement Environments #17

Open timheuer opened 1 year ago

timheuer commented 1 year ago

The environments node should be populated and follows the:

Environments
-- environmentName
----Secrets
------<secret listing>
----Variables
------<variable listing>

This is blocked when using Octokit due to https://github.com/octokit/octokit.net/issues/2752.