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 3d2d361 commit 852c6b7Copy full SHA for 852c6b7
.github/workflows/build-packages.yaml
@@ -52,7 +52,7 @@ jobs:
52
uses: ncipollo/release-action@v1
53
with:
54
artifacts: "packages/pyodide_bucket.bzl"
55
- token: ${{ secrets.MY_GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
56
tag: ${{ inputs.tag }}
57
body: "Generated Bazel config file for release ${{ inputs.tag }}. Replace this file in workerd/build to update the Pyodide package bundle."
58
draft: false
.github/workflows/link-pyodide.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
42
artifacts: "pyodide/pyodide-asm.tar.bz2"
43
44
name: Pyodide ${{ inputs.tag }}
45
46
body: "TODO write something here"
0 commit comments