DSACMS / repo-scaffolder

Templates and commandline tools for creating repositories for US Federal open source projects
Creative Commons Zero v1.0 Universal
21 stars 8 forks source link

Fix Jinja template problem with secrets in Github actions #107

Closed JosephGasiorekUSDS closed 1 month ago

JosephGasiorekUSDS commented 2 months ago

Fix Jinja template problem with secrets in Github actions

Problem

When running cookiecutter for this repo the following error is produced: Unable to create file '.github/workflows/contributors.yml' Error message: 'secrets' is undefined

Solution

Similar to #99.

Result

When this patch was applied I was successfully able to use cookiecutter.

Test Plan

Tested on a repo I was creating.

JosephGasiorekUSDS commented 1 month ago

Tagging @natalialuzuriaga for review. Thanks!