Skip to content

Commit 7970c2a

Browse files
authored
Fix bump action (#482)
1 parent cc96505 commit 7970c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout code changes
1414
uses: actions/checkout@v6
15+
with:
16+
token: ${{ secrets.BUMP_TOKEN }}
1517

1618
- name: Update dependencies
1719
uses: wader/bump/action@master

0 commit comments

Comments
 (0)