Skip to content

Commit

Permalink
Updated info that AZURE_CREDENTIALS is json an not only the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Oct 7, 2024
1 parent a98f5f8 commit f63261b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions secrets/gh-repo-azure-credentials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@ and press the Display name of the application (it opens a new page)
6. Create a **New client secret**
7. Give a **Description** and select **Expires**

The azure creds is json like this:
{
"clientSecret": "******",
"subscriptionId": "96c*****-****-****-****-*********632",
"tenantId": "e52*****-****-****-****-*********771",
"clientId": "262*****-****-****-****-*********970"
}

Go to https://github.com/kosli-dev/cli/settings/secrets/actions
under <Repository secrets>
Copy and paste in the complete json

0 comments on commit f63261b

Please sign in to comment.