Skip to content

Commit 06d1be8

Browse files
authored
Configure BUMP_TOKEN in bump.yaml
1 parent cbdda30 commit 06d1be8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bump.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code changes
1717
uses: actions/checkout@v6
18+
with:
19+
token: ${{ secrets.BUMP_TOKEN }}
1820

1921
- name: Update dependencies
2022
uses: wader/bump/action@master

0 commit comments

Comments
 (0)