Skip to content

Commit 852c6b7

Browse files
committed
use GITHUB_TOKEN instead of MY_GITHUB_TOKEN
1 parent 3d2d361 commit 852c6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: ncipollo/release-action@v1
5353
with:
5454
artifacts: "packages/pyodide_bucket.bzl"
55-
token: ${{ secrets.MY_GITHUB_TOKEN }}
55+
token: ${{ secrets.GITHUB_TOKEN }}
5656
tag: ${{ inputs.tag }}
5757
body: "Generated Bazel config file for release ${{ inputs.tag }}. Replace this file in workerd/build to update the Pyodide package bundle."
5858
draft: false

.github/workflows/link-pyodide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: ncipollo/release-action@v1
4141
with:
4242
artifacts: "pyodide/pyodide-asm.tar.bz2"
43-
token: ${{ secrets.MY_GITHUB_TOKEN }}
43+
token: ${{ secrets.GITHUB_TOKEN }}
4444
name: Pyodide ${{ inputs.tag }}
4545
tag: ${{ inputs.tag }}
4646
body: "TODO write something here"

0 commit comments

Comments
 (0)