Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Jan 13, 2025
1 parent 3171044 commit 2495fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
token: ${{ secrets.XML_AHB_MIG_Token }} # token with repo scope; expires never
token: ${{ secrets.XML_SUBMODULE_PAT }} # token with repo scope; expires never
# https://github.com/Hochfrequenz/xml-fundamend-python/settings/secrets/actions/XML_AHB_MIG_Token
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2495fd7

Please sign in to comment.