What’s the status on our github secrets quota issu...
# contributing-to-airbyte
j
What’s the status on our github secrets quota issue? I need to add a couple more (environment secrets) and I’m not sure who was working on the “ran out of secrets” issue or where we’re at with it. cc @Jared Rhizor (Airbyte)
Is it just clicking
Add Secret
at the bottom of https://github.com/airbytehq/airbyte/settings/environments/276695501/edit and still referencing it the exact same way in the Github Action as a non-environment secret?
u
@George Claireaux (Airbyte) do you know?
u
what Jared said 😄
u
if you're referencing it in a workflow that doesn't already have this, you might need to add in an environment tag so it knows to look in more-secrets
u
ok
u
we should really add a real secrets store.
u
Ah so the environment tag is like
workflows/publish-command.yml:45
j
That was the missing piece, thanks!