Skip to content

Commit b2d52fe

Browse files
committed
fix token
1 parent 524f4e5 commit b2d52fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/upload-llvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Recreate release with artifacts
3535
env:
36-
GH_TOKEN: ${{ github.token }}
37-
# GH_TOKEN: ${{ secrets.LLVM_UPLOAD }}
36+
# GH_TOKEN: ${{ github.token }}
37+
GH_TOKEN: ${{ secrets.LLVM_UPLOAD }}
3838
TARGET_REPO: clice-io/clice-llvm
3939
run: python3 scripts/upload-llvm.py "${{ inputs.version }}" "${TARGET_REPO}" "${{ inputs.workflow_id }}"

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cmd = ["python3", "scripts/build-llvm.py"]
5454
args = [
5555
"workflow_id",
5656
"llvm_version",
57-
{ "name" = "branch", default = "main" },
57+
{ "arg" = "branch", default = "main" },
5858
]
5959
cmd = [
6060
"gh", "workflow", "run", "upload-llvm.yml",

0 commit comments

Comments
 (0)