Skip to content

Commit

Permalink
[CI/CD] Add release environment to the backport job (paritytech#6765)
Browse files Browse the repository at this point in the history
Fix adds release environment to the backport job, so that token could be
properly generated
  • Loading branch information
EgorPopelyaev authored Dec 5, 2024
1 parent 0d3d450 commit 4f43b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/command-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
environment: release

# The 'github.event.pull_request.merged' ensures that it got into master:
if: >
Expand Down

0 comments on commit 4f43b72

Please sign in to comment.