Skip to content

chore(deps): update dependency workleap.dotnet.codingstandards to 1.1.7 #125

chore(deps): update dependency workleap.dotnet.codingstandards to 1.1.7

chore(deps): update dependency workleap.dotnet.codingstandards to 1.1.7 #125

Workflow file for this run

name: Publish
on:
push:
branches: ["main"]
tags: ["*.*.*"]
# We are using OpenID Connect to authenticate with Azure with secret.
# https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-azure
permissions:
id-token: write
contents: read
jobs:
main:
runs-on: [self-hosted, idp]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get nuget-org-workleap-api-key secret
id: get_nuget_org_workleap_api_key_secret
uses: workleap/wl-reusable-workflows/retrieve-managed-secret@main
with:
azure-client-id: ${{ vars.AZURE_CLIENT_ID }}
azure-tenant-id: ${{ vars.AZURE_TENANT_ID }}
azure-subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
keyvault-name: ${{ vars.IDP_CICD_KEYVAULT_NAME }}
secret-name: "nuget-org-workleap-api-key"
- uses: actions/setup-dotnet@v4
with:
global-json-file: "global.json"
- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ vars.NUGET_SOURCE }}
NUGET_API_KEY: ${{ steps.get_nuget_org_workleap_api_key_secret.outputs.secret }}
linearb:
needs: [main]
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: 'release'
permissions:
id-token: write
contents: read