Adds an environment for creating releases
The `app-id` is only available in the `Automation` environment.
This commit is contained in:
parent
9cfbef4bda
commit
f124ad0e7e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/post-release-mergeback.yml
vendored
1
.github/workflows/post-release-mergeback.yml
vendored
|
|
@ -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' }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue