Skip to content

Commit

Permalink
[#5159] Change PR creator for release update (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViacheslavP authored Nov 27, 2024
2 parents 0dbb68c + a330d36 commit c030722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_tdk_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create PR
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.FGT_FOR_RELEASE_COMMITS }}
run: |
pr=$(gh pr create --base main \
--head "update-release-version-v${RELEASE_VERSION}" \
Expand Down

0 comments on commit c030722

Please sign in to comment.