Skip to content

Commit f72505e

Browse files
A few workflow fixes for working with Dependabot
1 parent c951325 commit f72505e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_gui.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
27+
ref: ${{ github.head_ref }}
28+
token: ${{ secrets.DEPENDABOT_PAT }}
2729

2830
- name: Cache pip
2931
uses: actions/cache@v4

0 commit comments

Comments
 (0)