79751814

Date: 2025-08-31 14:47:30
Score: 1.5
Natty:
Report link

Apparently, I forgot to specify the environment in which the secrets were held, in the workflow.

jobs:
  test:
    runs-on: ubuntu-latest
    # added the following line
    environment: "production"

Problem fixed!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: thibaultk