Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Random CI Runs missing env vars #487

@mattvb91

Description

@mattvb91

For some reason our current CI runs are sometimes dropping env variables we pass in as secrets. In this case its affecting our FaunaDB initialization as the secret key is missing on the running container.

Failed run
https://github.com/corejam/corejam/runs/2138006636?check_suite_focus=true#step:9:7

  env:
    SECRET_KEY: 
    GITHUB_SHA: a8798fc2e260fea2c478340897010deaf2623b99

Success run:
https://github.com/corejam/corejam/runs/2137791179?check_suite_focus=true#step:9:7

  env:
    SECRET_KEY: ***
    GITHUB_SHA: 9e48b932079767b7917bed95e7a4915376fbd3cc

No changes were made to the secrets through admin settings so this is either a github actions bug or something else?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions