About 1,410,000 results
Open links in new tab
  1. Authenticate to Azure from GitHub Actions by a secret

    Aug 8, 2024 · Learn how to create a service principal with a client secret and securely authenticate to Azure services from GitHub Actions workflows using Azure Login action. In this …

  2. How to use azure key vault with github actions? - Stack Overflow

    Nov 3, 2023 · I have a github action where I am trying insert a secret from azure key vault into my appsettings.json. I was using, https://github.com/Azure/get-keyvault-secrets and it was working …

  3. Using secrets in GitHub Actions

    GitHub Actions automatically redacts the contents of all GitHub secrets that are printed to workflow logs. GitHub Actions also redacts information that is recognized as sensitive, but is …

  4. Read secrets from Azure Key Vault in your GitHub Action

    May 24, 2023 · GitHub allows you to use secrets in your Actions and manage them directly in the repo using the feature you can find in Settings-->Secrets and variables-->Actions.

  5. Azure login in Github Actions via Service Principal

    In this blog, I will show you how to make a connection between GitHub Actions and Azure Cloud with which we can deploy resources on Azure. Although, the latter part is not covered this time …

  6. Azure Key Vault Secrets in GitHub Actions - Cloud and DevOps …

    Nov 15, 2021 · For example, Azure Key Vault allows us to store secrets, certificates and keys where we can set access control using authentication methods like Azure AD. But when we …

  7. Azure KeyVault Secrets · Actions · GitHub Marketplace · GitHub

    Fetches secrets from azure and exposes them to github actions. With config. client-id: <fill me> tenant-id: <fill me> subscription-id: <fill me> . key-vault-name: <fill me> config: | …

  8. Storing and retrieving secrets in Azure Key Vault with GitHub Actions

    Mar 22, 2023 · Using GitHub Actions and wanting to store secrets security while utilising Azure? In this blog post I will be showing how you can create and store secrets in Azure Key Vault …

  9. Execute scripts against Azure from GitHub Actions

    Jun 24, 2021 · With the secret in the repository the actions to communicate with Azure can be added to the workflow. First up is adding the Azure Login action. In this action the secret …

  10. Dynamically retrieve GitHub Actions secret - Stack Overflow

    I'm trying to dynamically pull back a GitHub secret using GitHub Actions at runtime: Let's say I have two GitHub Secrets: In my GitHub Action, I have another env variable which will differ …

  11. Some results have been removed
Refresh