Skip to content

Commit 4b3fea2

Browse files
committed
Use token that triggers workflow
1 parent 260d4a8 commit 4b3fea2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/weekly-release-bump.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
echo "Detected latest release branch: $latest_branch"
2222
echo "branch=$latest_branch" >> $GITHUB_OUTPUT
2323
24+
- uses: actions/checkout@v4
25+
with:
26+
ref: ${{ steps.find-branch.outputs.branch }}
27+
token: ${{ secrets.PAT }}
28+
2429
- name: Run patch bump script and push
2530
run: |
2631
git checkout ${{ steps.find-branch.outputs.branch }}

0 commit comments

Comments
 (0)