Skip to content

Request for documentation: How to use GitHub Actions Variables as Parameters? #220

@boldandbusted

Description

@boldandbusted

Howdy. In the azure/arm-deploy Action (now deprecated), you could have parameters like this:

          parameters: >
            location=${{ vars.AZURE_LOCATION }}
            gitHubAppKey="${{ secrets.GH_APP_PRIVATE_KEY }}"

How can you do something similar with azure/bicep-deploy, since parameters: is now a JSON object? Or is this currently supported and under-documented? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions