We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6afcda3 + a963e20 commit f0a7e3fCopy full SHA for f0a7e3f
1 file changed
.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