Skip to content

Commit

Permalink
Merge pull request #601 from bitmovin/feature/fix-pushing-to-develop
Browse files Browse the repository at this point in the history
Use release deploy key while checkout
  • Loading branch information
mukulmishra18 authored Jan 3, 2024
2 parents f8f1e04 + de140a5 commit 364f908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.RELEASE_DEPLOY_KEY }}
ref: develop

- name: Install dependencies
Expand Down

0 comments on commit 364f908

Please sign in to comment.