Skip to content

Commit

Permalink
Merge pull request #378 from bitmovin/release/v0.16.0
Browse files Browse the repository at this point in the history
Use deploy key to push to protected branch
  • Loading branch information
rolandkakonyi authored Jan 17, 2024
2 parents d4e8d62 + def6c43 commit d552b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finish-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }}

- name: Setup Git User
run: |
Expand Down

0 comments on commit d552b98

Please sign in to comment.