Skip to content

Commit c1fd3f9

Browse files
authored
Merge pull request #254 from OpenVoxProject/fix_promotion_action
Use token when checking out repo
2 parents a5ec4fe + 395207a commit c1fd3f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/promote.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@v6
36+
with:
37+
ref: ${{ inputs.branch }}
38+
token: ${{ secrets.OPENVOXBOT_COMMIT_AND_PRS }}
3639

3740
- name: Add SSH key
3841
run: |

0 commit comments

Comments
 (0)