Skip to content

Commit

Permalink
Use token that triggers workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Dec 17, 2024
1 parent 260d4a8 commit 4b3fea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/weekly-release-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
echo "Detected latest release branch: $latest_branch"
echo "branch=$latest_branch" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
with:
ref: ${{ steps.find-branch.outputs.branch }}
token: ${{ secrets.PAT }}

- name: Run patch bump script and push
run: |
git checkout ${{ steps.find-branch.outputs.branch }}
Expand Down

0 comments on commit 4b3fea2

Please sign in to comment.