Skip to content

Commit aa0706e

Browse files
committed
use correct token
1 parent ee56063 commit aa0706e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: ci
22
on: [push]
3+
env:
4+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
35
jobs:
46
compile:
57
runs-on: ubuntu-latest
@@ -15,8 +17,6 @@ jobs:
1517
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
1618
- name: Download WASM binary
1719
run: ./scripts/download-wasm.sh
18-
env:
19-
GH_TOKEN: ${{ github.token }}
2020
- name: Install dependencies
2121
run: poetry install --extras datastream
2222
- name: Compile
@@ -35,8 +35,6 @@ jobs:
3535
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
3636
- name: Download WASM binary
3737
run: ./scripts/download-wasm.sh
38-
env:
39-
GH_TOKEN: ${{ github.token }}
4038
- name: Install dependencies
4139
run: poetry install --extras datastream
4240

@@ -57,8 +55,6 @@ jobs:
5755
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
5856
- name: Download WASM binary
5957
run: ./scripts/download-wasm.sh
60-
env:
61-
GH_TOKEN: ${{ github.token }}
6258
- name: Build package
6359
run: poetry build
6460
- name: Verify WASM in wheel
@@ -87,8 +83,6 @@ jobs:
8783
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
8884
- name: Download WASM binary
8985
run: ./scripts/download-wasm.sh
90-
env:
91-
GH_TOKEN: ${{ github.token }}
9286
- name: Install dependencies
9387
run: poetry install
9488
- name: Publish to pypi

0 commit comments

Comments
 (0)