Skip to content

GitHub provider env var namespace conflict #331

@pchinjr

Description

@pchinjr

yolo, GITHUB_ is a reserved namespace in GitHub and is required by kv-oauth, my current work around is using Deno Deploy and setting the environment variable in the Deploy web console. The result is that every time GH Actions run, it will fail, but Deno Deploy is able to build and deploy successfully. This limits extending the Actions pipeline and splits the CI/CD management. Could the default env var be changed to GH_ to avoid this conflict?

clientId: getRequiredEnv("GITHUB_CLIENT_ID"),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions