Skip to content

Commit 183cac3

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/post-release-mergeback.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ on:
2020

2121
jobs:
2222
merge-back:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-24.04
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)