Skip to content

Commit

Permalink
Adds an environment for creating releases
Browse files Browse the repository at this point in the history
The `app-id` is only available in the `Automation` environment.
  • Loading branch information
aeisenberg committed Dec 12, 2024
1 parent 9cfbef4 commit f124ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-release-mergeback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}"
Expand Down

0 comments on commit f124ad0

Please sign in to comment.