Skip to content

Commit

Permalink
SUBMODULE_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 20, 2024
1 parent 7ff1b68 commit e9e7ef7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
with:
submodules: 'recursive'
token: ${{ secrets.submodules_PAT }}
token: ${{ secrets.SUBMODULE_PAT }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
token: ${{ secrets.SUBMODULE_PAT }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
with:
submodules: 'recursive'
token: ${{ secrets.submodules_PAT }}
token: ${{ secrets.SUBMODULE_PAT }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
token: ${{ secrets.submodules_PAT }}
token: ${{ secrets.SUBMODULE_PAT }}

# Used to host cibuildwheel
- uses: actions/setup-python@v5
Expand Down

0 comments on commit e9e7ef7

Please sign in to comment.