Skip to content

Commit f124ad0

Browse files
committed
Adds an environment for creating releases
The `app-id` is only available in the `Automation` environment.
1 parent 9cfbef4 commit f124ad0

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)