Skip to content

Commit 1626288

Browse files
committed
dotnet-bump: allow triggering other workflows
Signed-off-by: Ilya Leoshkevich <[email protected]>
1 parent f31c4ef commit 1626288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
git config --global user.name "dotnet-s390x bot"
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
with:
22+
token: ${{ secrets.PAT }}
2123
- name: Bump
2224
run: ./dotnet-bump
2325
- name: Push

0 commit comments

Comments
 (0)