We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f786b4e + c842704 commit b10cf93Copy full SHA for b10cf93
.copier-answers.safe-settings.yml
@@ -0,0 +1,3 @@
1
+# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
+_commit: v1.1.0
3
+_src_path: https://github.com/dafyddj/copier-safe-settings
.github/workflows/safe-settings.yml
@@ -15,6 +15,7 @@ jobs:
15
permissions:
16
contents: read
17
runs-on: ubuntu-24.04
18
+ environment: ${{ github.ref_name == github.event.repository.default_branch && 'production' || 'test' }}
19
env:
20
# Version/tag of `github/safe-settings` repository to use:
21
SAFE_SETTINGS_VERSION: ff7a65655d33006b9820479df0a9e1057a8927e4 # 2.1.17
0 commit comments