We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cf2ec commit d940defCopy full SHA for d940def
.github/workflows/python-publish.yml
@@ -21,6 +21,11 @@ jobs:
21
os: [ ubuntu-latest ]
22
steps:
23
- uses: actions/checkout@v4
24
+ with:
25
+ ref: ${{ github.event.workflow_run.head_branch }}
26
+ token: ${{ secrets.XML_SUBMODULE_PAT }} # token with repo scope; expires never
27
+ # https://github.com/Hochfrequenz/xml-fundamend-python/settings/secrets/actions/XML_AHB_MIG_Token
28
+ submodules: "recursive"
29
- name: Set up Python ${{ matrix.python-version }}
30
uses: actions/setup-python@v5
31
with:
0 commit comments