Skip to content

Commit 3171044

Browse files
committed
Add Workflow
1 parent e58347a commit 3171044

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unittests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
os: [ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
ref: ${{ github.event.workflow_run.head_branch }}
20+
token: ${{ secrets.XML_AHB_MIG_Token }} # token with repo scope; expires never
21+
# https://github.com/Hochfrequenz/xml-fundamend-python/settings/secrets/actions/XML_AHB_MIG_Token
22+
submodules: "recursive"
1823
- name: Set up Python ${{ matrix.python-version }}
1924
uses: actions/setup-python@v5
2025
with:

0 commit comments

Comments
 (0)