Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling multiple secrets in build-secrets #72

Open
gdellolio-mariner opened this issue Aug 8, 2024 · 0 comments
Open

Handling multiple secrets in build-secrets #72

gdellolio-mariner opened this issue Aug 8, 2024 · 0 comments

Comments

@gdellolio-mariner
Copy link

gdellolio-mariner commented Aug 8, 2024

I'm looking to add multiple secrets to my Astronomer deploy step. The documentation seems to only specify a single parameter being allowed. It would be useful to be able to provide more than one secret if, for example, you're passing in a username and password as a secret:

        uses: astronomer/[email protected]
        with:
          deployment-id: *****
          description: ${{ github.sha }}
          build-secrets: id=PLATFORM_USERNAME,env=${{ secrets.PLATFORM_USERNAME }}, id=PLATFORM_PASSWORD,env=${{ secrets.PLATFORM_PASSWORD }}

Can someone clarify if this is currently supported? If so, how can this be achieved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant