Skip to content

Merge pull request #89 from FrendsPlatform/update-azure-identity #6

Merge pull request #89 from FrendsPlatform/update-azure-identity

Merge pull request #89 from FrendsPlatform/update-azure-identity #6

name: ReadBlob_build_main
on:
push:
branches:
- main
paths:
- 'Frends.AzureBlobStorage.ReadBlob/**'
workflow_dispatch:
jobs:
build:
uses: FrendsPlatform/FrendsTasks/.github/workflows/build_main.yml@main
with:
workdir: Frends.AzureBlobStorage.ReadBlob
env_var_name_1: Frends_AzureBlobStorage_ConnString
env_var_name_2: Frends_AzureBlobStorage_AppID
env_var_name_3: Frends_AzureBlobStorage_ClientSecret
env_var_name_4: Frends_AzureBlobStorage_TenantID
env_var_name_5: Frends_AzureBlobStorage_frendstaskstestcontainerAccessKey
secrets:
badge_service_api_key: ${{ secrets.BADGE_SERVICE_API_KEY }}
env_var_value_1: ${{ secrets.FRENDS_AZUREBLOBSTORAGE_CONNSTRING }}
env_var_value_2: ${{ secrets.FRENDS_AZUREBLOBSTORAGE_APPID }}
env_var_value_3: ${{ secrets.FRENDS_AZUREBLOBSTORAGE_CLIENTSECRET }}
env_var_value_4: ${{ secrets.FRENDS_AZUREBLOBSTORAGE_TENANTID }}
env_var_value_5: ${{ secrets.FRENDS_AZUREBLOBSTORAGE_FRENDSTASKSTESTCONTAINERACCESSKEY }}