Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRosam committed Nov 18, 2024
1 parent cb6e313 commit 69dcd01
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/build-commit-subfolder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,22 @@ jobs:
env:
AccessToken: ${{ secrets.QUIX_STREAMS_ACCESS_TOKEN }}

- uses: azure/login@v1
with:
client-id: '172103f9-7886-4f00-a49e-621461d234e1'
subscription-id: '9f038d11-a56f-4156-a0ce-6041f2a4b8ab'
tenant-id: '07dc27cd-da6f-4de6-b83d-c4eed0a10602'




# creds: ${{ secrets.AZURE_CREDENTIALS }}
# String in this format:
# {
# "clientSecret": "******",
# "subscriptionId": "******",
# "tenantId": "******",
# "clientId": "******"
# }
# see: https://github.com/marketplace/actions/azure-login#client-id
# NOTE: When AZ creds expire, update AZURE_CREDENTIALS with above AND DOCSBOT_SECRET with new secret.

- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Create container in Azure blob storage
uses: azure/CLI@v1
Expand Down

0 comments on commit 69dcd01

Please sign in to comment.