Adds an environment for creating releases

The `app-id` is only available in the `Automation` environment.
This commit is contained in:
Andrew Eisenberg
2024-12-12 12:46:04 -08:00
parent 9cfbef4bda
commit f124ad0e7e

View File

@@ -21,6 +21,7 @@ on:
jobs:
merge-back:
runs-on: ubuntu-latest
environment: Automation
if: github.repository == 'github/codeql-action'
env:
BASE_BRANCH: "${{ github.event.inputs.baseBranch || 'main' }}"