Skip to content

Commit 395207a

Browse files
committed
Use token when checking out repo
This is how we allow the action to push to the protected branch.
1 parent a5ec4fe commit 395207a

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)