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 20229aa commit 67238c4Copy full SHA for 67238c4
1 file changed
.github/workflows/ci-pyodide-wasm-release.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
repository: IfcOpenShell/wasm-wheels
31
path: wasm-wheels
32
- token: ${{ secrets.WASM_WHEELS_TOKEN }}
+ token: ${{ secrets.BUILD_REPO_TOKEN }}
33
34
- name: Commit and push wheel to wasm-wheels
35
run: |
0 commit comments