Skip to content

Commit 7972a42

Browse files
authored
Merge pull request #2648 from github/aeisenberg/add-environment
Adds an environment for creating releases
2 parents 44bf16d + f124ad0 commit 7972a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post-release-mergeback.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
jobs:
2222
merge-back:
2323
runs-on: ubuntu-latest
24+
environment: Automation
2425
if: github.repository == 'github/codeql-action'
2526
env:
2627
BASE_BRANCH: "${{ github.event.inputs.baseBranch || 'main' }}"

0 commit comments

Comments
 (0)