Skip to content

Commit

Permalink
fix CI tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Sep 29, 2024
1 parent e1be461 commit 51af4b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - x86_64"
uses: PyO3/maturin-action@v1
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - universal"
uses: PyO3/maturin-action@v1
with:
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - windows"
uses: PyO3/maturin-action@v1
with:
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - linux"
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - linux-cross"
uses: PyO3/maturin-action@v1
with:
Expand All @@ -149,7 +149,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - musllinux"
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}
- name: "Build wheels - musllinux-cross"
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 51af4b3

Please sign in to comment.