Added licensing information.

This commit is contained in:
2026-02-14 21:35:02 +01:00
parent ad614777d6
commit b02dc6d165
5 changed files with 40 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
"name": "azure-federated-auth-task",
"version": "1.0.5",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",
"description": "Azure DevOps task to fetch OIDC token for AzureRM service connection.",
"main": "dist/index.js",
"scripts": {

View File

@@ -6,7 +6,7 @@
"description": "Gets OIDC token and sets ARM vars (optionally GIT_ACCESS_TOKEN).",
"helpMarkDown": "For details, see: https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git",
"category": "Deploy",
"author": "skoszewski-lab",
"author": "Slawomir Koszewski",
"version": {
"Major": 1,
"Minor": 0,