Skip to content

Commit

Permalink
A few workflow fixes for working with Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter authored May 17, 2024
1 parent c951325 commit f72505e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{ github.head_ref }}
token: ${{ secrets.DEPENDABOT_PAT }}

- name: Cache pip
uses: actions/cache@v4
Expand Down

0 comments on commit f72505e

Please sign in to comment.